home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Cosmo Software 1997 May
/
SGI Cosmo Software 1997 May.iso
/
dist
/
netscape.idb
/
usr
/
lib
/
X11
/
ja_JP.EUC
/
app-defaults
/
Netscape.z
/
Netscape
Wrap
Text File
|
1997-05-23
|
328KB
|
7,771 lines
! Netscape.ad --- app-defaults file for Netscape 3.01S.
!
! Copyright (c) 1994, 1995 Netscape Communications Corporation,
! all rights reserved.
!
! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
! Bugs and commentary to x_cbug@netscape.com.
!
! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
!
! ==========================================================
! NOTE: If you're looking here for things to customize, look
! on the Preferences dialogs under the Options menu first.
! Most things are customizable from there. Things which are
! settable via the Preferences dialog boxes are stored in
! the ~/.netscape/preferences file, and not in X resources.
! ==========================================================
!
! This file lists the default resources built in to Netscape.
! You can use the stuff in this file for examples of how to customize
! Netscape for your environment; normally you will do this by
! copying the few lines you want to alter to your private resource
! database, which usually lives in a file called .Xdefaults in your home
! directory.
!
! Site administrators **may** want to make changes here and install this
! file as the global app-defaults file for the site. To do this, one
! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
! /usr/openwin/lib/app-defaults/Netscape. (But actually this directory
! could be anywhere; only the person who installed X knows for sure.)
!
! It is **STRONGLY RECOMMENDED** that you not install this file in the
! app-defaults directory unless you are really sure you know what you are
! doing. There are a whole slew of version-skew problems associated with
! app-defaults files, which are best avoided by simply not using them.
! In particular, if the app-defaults file for a program is installed, and
! you get a new version of that program, you can't properly test out the
! new version without actually installing it, since it will pick up the
! resources for the previous version, and will quite likely malfunction.
!
! In short, app-defaults files are bad. Don't use them. This file is
! provided for informational purposes, and so that I don't get a lot of
! complaints from people who think they understand this stuff better than
! I do.
! Here's how you turn on SGI's Motif hacks:
Netscape*sgiMode: True
Netscape*scheme: Base
Netscape*useSchemes: Colors, Fonts
Netscape*useEnhancedFSB: True
! IXI Motif Form widget is broken, don't use it
!*useIxiAdds: NONE
! User-Settable Parameters
! ========================
! This is the directory where Netscape finds external files such as icons.
!
*appDir: /usr/lib/X11/ja_JP.EUC/netscape
! This resource is the same as the -visual command line option, which selects
! an X visual on which the windows should be created. Legal options are:
! Best, meaning pick the best one w.r.t. image quality; Default, meaning
! use whatever the server says is the default visual; a visual class (like
! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
! a particular visual (in case there is more than one visual of a particular
! class.) "Best" is probably the right choice.
!
*visualID: Best
! Whether Netscape should install a private colormap. This will cause the
! maximal number of colors to be used, but on most systems, will result in
! unpleasant colormap flashing when switching between applications. Legal
! options are: Yes, No, and Guess. "Guess" means "install the colormap only
! if we know that the display hardware supports multiple simultaneous
! colormaps, meaning that there will be no colormap flashing." Currently,
! that means install the map when displaying on an SGI screen, and don't
! otherwise. (What other vendors have multiple hardware colormaps, and how
! do you uniquely identify that capability? Let me know.)
!
*installColormap: Guess
! The maximum number of color cells to allocate per image; this is only
! relevant when using the default colormap of a PseudoColor visual.
! If it is 0, we allocate as many colors as we can get. (The more colors
! that we can allocate, the better images will look.) This controls only
! the number of colors allocated for internal images - a few more colors
! will be allocated for the fluff and chrome that comes with Motif.
!
*maxImageColors: 0
! Set this to false to disable the <BLINK> tag.
*blinkingEnabled: True
! Whether the Exit menu item should confirm first.
*confirmExit: False
! Mouse cursor when over an anchor.
*linkCursor: hand2
! Mouse cursor when awaiting a reply.
*busyCursor: watch
! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
*saveNextLinkCursor: hand2
! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
*saveNextNonlinkCursor: crosshair
! How quickly (in seconds) the status messages should update.
*progressInterval: 1
! How quickly (in milliseconds) the run light and/or logo should animate.
*busyBlinkRate: 500
*animRate: 166
! How often (in seconds) the global history, bookmarks, and disk cache
! files should be updated.
*saveHistoryInterval: 600
! How many pixels of motion must occur before a mouse-release is interpreted
! as a "drag" rather than a "click."
*hysteresis: 3
! These resources control whether Netscape should redirect its stdout and
! stderr streams to a dialog box, so that diagnostics reported by other
! programs launched by Netscape (for example, external viewers specified in
! a mailcap file) will be reported to the user through a dialog box,
! instead of simply showing up on the stdout/stderr of the controlling
! terminal of Netscape (which in many cases won't even be visible.)
!
! If you have a external viewer which produces an annoying amount of output
! even when it has nothing interesting to say, you can shut it up by
! redirecting its output to stderr; for example, to do this to mpeg_play,
! you could add the following to your .mailcap file:
!
! video/mpeg; mpeg_play %s 2>&-
!
! Normally, Netscape captures both the stdout and stderr into the dialog box.
! If you find a need to let one or both of them continue on to the actual
! terminal of Netscape, you can do it by setting these resources to False.
!
*useStderrDialog: True
*useStdoutDialog: True
! For those MIME content-encodings which are not directly understood
! internally, it is possible to specify another Unix program to use as
! a filter here.
!
! Each line in the encodingFilters resource consists of four fields,
! separated by colons and optional whitespace:
!
! <input-encoding> : <output-encoding> : <extensions> : <filter-command>
!
! input-encoding: The MIME encoding from the Content-Transfer-Encoding header.
! (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
! PRINTABLE are built-in; no need to specify those.)
!
! output-encoding: The encoding that results from this transformation.
! Leaving this empty is usually appropriate.
!
! extensions: A comma-separated list of the extensions typically used for
! files in this encoding; if a document ends in one of these
! extensions, then when that document is saved to disk, the
! extension will be stripped off of the default file name
! (since documents are decoded before they are saved, and the
! extension would no longer accurately describe the file.)
!
! filter-command: A shell command which reads from stdin and writes to stdout
! which does the actual decoding.
!
*encodingFilters: \
x-compress : : .Z : uncompress -c \n\
compress : : .Z : uncompress -c \n\
x-gzip : : .z,.gz : gzip -cdq \n\
gzip : : .z,.gz : gzip -cdq \n
! Too many servers have bugs in the implementation of window gravity for
! us to rely on it. Scrolling of large forms is *significantly* faster
! if we are able to make use of window gravity, but on many X servers, it
! results in form items being scattered randomly all over the document.
! Legal values for this resource are Yes, No, Partial, and Guess. If
! "Guess", we run some tests and try to decide whether the X server is
! broken or partially broken.
!
! If you find yourself needing to use a value here other than Guess,
! please tell us, so that we can make it guess correctly in the future.
!
*windowGravityWorks: Guess
! Colors
!
! This resource controls the foreground text color of unfollowed links
! (links which have not yet been visited.)
!
*linkForeground: #0000EE
! This resource controls the foreground text color of followed links
! (links which have already been visited.)
!
*vlinkForeground: #551A8B
! This resource controls the foreground text color of activated links
! (links which are in the process of being clicked upon.)
!
*alinkForeground: #FF0000
! These resources control the foreground and background colors of text
! which has been selected with the mouse.
!
*selectForeground: #000000
*selectBackground: #FFFFCC
! These resources control the foreground and background colors of normal text.
!
*defaultForeground: #000000
*defaultBackground: #C0C0C0
! This resource may be used to specify a default background image. It should
! be a file name or URL pointing to a GIF, JPEG, or XBM image. If it is blank,
! then the default background color will be used instead.
!
*defaultBackgroundImage:
! Normally, the user-specified colors and backgrounds will only be used when
! viewing documents which did not specify their own colors and backgrounds.
! If this resource is set to False, then the user-specified colors and
! backgrounds will always be used, regardless of the options specified in
! the document itself.
!
*documentColorsHavePriority: True
! Geometry
!
! Here's how you set the default sizes and positions of the Netscape windows:
!
! For the web browser window: Netscape.Navigator.geometry: =500x700+100-0
! For the mail reader: Netscape.Mail.geometry: =500x800+200-0
! For the news reader: Netscape.News.geometry: =500x800+300-0
! For the mail editor: Netscape.Composition.geometry: =400x600
! For the bookmarks window: Netscape.Bookmarks.geometry: =300x900-0-0
! For the address book window: Netscape.AddressBook.geometry: =300x900-300-0
! For the download windows: Netscape.Download.geometry: =500x200-0-0
!
! In previous versions of Netscape, we suggested setting the geometry on the
! TopLevelShell class; don't do that any more. It will affect *all* of the
! top-level Netscape windows, including bookmarks and message composition and
! so on, which is probably not what you want.
!
! To set the sizes of the panes and columns in the mail and news windows,
! change them to the layout you like, and then select "Options/Save Options".
! (To change the fonts in the message lists, search below for the resource
! that begins with "XmLGrid*fontList".)
! Translations
!
! Many of these translations are duplicated on both "Meta" and "Alt", since
! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
! Sun in their infinite wisdom furthers this confusing lossage by both having
! Meta *and* Alt keys on the keyboard, and having the key which is labelled
! Alt generate *META* (the Diamond keys generate Alt.) All praise Sun!
! All praise the X keyboard model!
!
! And because of the need to do this, we have to do all of the keyboard
! equivalents with "translations" instead of "accelerators", since a menu
! item can only have one accelerator, and in order to make both Meta and Alt
! work we need to give them each two. All praise Motif!
! Keybindings in the main window which correspond to menu items.
! These are installed on every widget which is a child of our Shell,
! and are not installed on popups/transients.
!
*globalTranslations: #override \n\
\
Meta Ctrl<Key>A: addBookmark() \n\
~Alt Ctrl<Key>A: addBookmark() \n\
Meta Ctrl<Key>B: viewBookmark() \n\
~Alt Ctrl<Key>B: viewBookmark() \n\
Meta Ctrl<Key>C: copy() \n\
~Alt Ctrl<Key>C: copy() \n\
Meta Ctrl<Key>D: undefined-key() \n\
~Alt Ctrl<Key>D: undefined-key() \n\
Meta Ctrl<Key>E: undefined-key() \n\
~Alt Ctrl<Key>E: undefined-key() \n\
Meta Ctrl<Key>F: find() \n\
~Alt Ctrl<Key>F: find() \n\
Meta Ctrl<Key>G: findAgain() \n\
~Alt Ctrl<Key>G: findAgain() \n\
Meta Ctrl<Key>H: history() \n\
~Alt Ctrl<Key>H: history() \n\
Meta Ctrl<Key>I: loadImages() \n\
~Alt Ctrl<Key>I: loadImages() \n\
Meta Ctrl<Key>J: undefined-key() \n\
~Alt Ctrl<Key>J: undefined-key() \n\
Meta Ctrl<Key>K: undefined-key() \n\
~Alt Ctrl<Key>K: undefined-key() \n\
Meta Ctrl<Key>L: openURL() \n\
~Alt Ctrl<Key>L: openURL() \n\
Meta Ctrl<Key>M: mailNew() \n\
~Alt Ctrl<Key>M: mailNew() \n\
Meta Ctrl<Key>N: new() \n\
~Alt Ctrl<Key>N: new() \n\
Meta Ctrl<Key>O: openFile() \n\
~Alt Ctrl<Key>O: openFile() \n\
Meta Ctrl<Key>P: print() \n\
~Alt Ctrl<Key>P: print() \n\
Meta Ctrl<Key>Q: exit() \n\
~Alt Ctrl<Key>Q: exit() \n\
Meta Ctrl<Key>R: reload() \n\
~Alt Ctrl<Key>R: reload() \n\
Meta Ctrl<Key>S: saveAs() \n\
~Alt Ctrl<Key>S: saveAs() \n\
Meta Ctrl<Key>U: undefined-key() \n\
~Alt Ctrl<Key>U: undefined-key() \n\
Meta Ctrl<Key>V: paste() \n\
~Alt Ctrl<Key>V: paste() \n\
Meta Ctrl<Key>W: delete() \n\
~Alt Ctrl<Key>W: delete() \n\
Meta Ctrl<Key>X: cut() \n\
~Alt Ctrl<Key>X: cut() \n\
Meta Ctrl<Key>Y: paste() \n\
~Alt Ctrl<Key>Y: paste() \n\
Meta Ctrl<Key>Z: undo() \n\
~Alt Ctrl<Key>Z: undo() \n\
\
Meta Ctrl<Key>1: historyItem(1) \n\
~Alt Ctrl<Key>1: historyItem(1) \n\
Meta Ctrl<Key>2: historyItem(2) \n\
~Alt Ctrl<Key>2: historyItem(2) \n\
Meta Ctrl<Key>3: historyItem(3) \n\
~Alt Ctrl<Key>3: historyItem(3) \n\
Meta Ctrl<Key>4: historyItem(4) \n\
~Alt Ctrl<Key>4: historyItem(4) \n\
Meta Ctrl<Key>5: historyItem(5) \n\
~Alt Ctrl<Key>5: historyItem(5) \n\
Meta Ctrl<Key>6: historyItem(6) \n\
~Alt Ctrl<Key>6: historyItem(6) \n\
Meta Ctrl<Key>7: historyItem(7) \n\
~Alt Ctrl<Key>7: historyItem(7) \n\
Meta Ctrl<Key>8: historyItem(8) \n\
~Alt Ctrl<Key>8: historyItem(8) \n\
Meta Ctrl<Key>9: historyItem(9) \n\
~Alt Ctrl<Key>9: historyItem(9) \n\
\
Meta Ctrl<Key>osfLeft: back() \n\
~Alt Ctrl<Key>osfLeft: back() \n\
Meta Ctrl<Key>osfRight: forward() \n\
~Alt Ctrl<Key>osfRight: forward() \n\
<Key>osfCancel: abort() \n\
\
~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
! Translations in the Mail & News window.
! Things here override the global translations (which are loaded first.)
! This changes:
! Ctrl+A from "Add Bookmark" to "Select All"
! Ctrl+H from "View History" to "Deliver Mail Now"
! Ctrl+L from "Open URL" to "Forward Message"
! Ctrl+R from "Reload" to "Reply to Sender"
! Ctrl+O from "Open File" to undefined
! Ctrl+S from "Save As" to undefined
!
! This adds:
! Ctrl+Shift+A for "Select Thread"
! Ctrl+T for "Get New Mail"
! Ctrl+K for "Compress Folder"
! Ctrl+Shift+R for "Reply to All"
! Ctrl+D for "Delete Message"
! Ctrl+E for "Redo"
!
! Alt arrow keys select previous/next.
! Ctrl+Shift arrow keys select previous/next unread.
! Meta+Shift arrow keys select previous/next marked.
!
*mailnewsGlobalTranslations: #override \
<Btn3Down>: mailNewsPopup() \n\
Meta Ctrl ~Shift <Key>a: selectAll() \n\
~Alt Ctrl ~Shift <Key>a: selectAll() \n\
Meta Ctrl Shift <Key>a: selectThread() \n\
~Alt Ctrl Shift <Key>a: selectThread() \n\
Meta Ctrl ~Shift <Key>d: deleteMessage() \n\
~Alt Ctrl ~Shift <Key>d: deleteMessage() \n\
Meta Ctrl Shift <Key>d: forwardMessageQuoted() \n\
~Alt Ctrl Shift <Key>d: forwardMessageQuoted() \n\
Meta Ctrl<Key>E: redo() \n\
~Alt Ctrl<Key>E: redo() \n\
Meta Ctrl<Key>H: deliverQueuedMessages() \n\
~Alt Ctrl<Key>H: deliverQueuedMessages() \n\
Meta Ctrl<Key>K: compressFolder() \n\
~Alt Ctrl<Key>K: compressFolder() \n\
Meta Ctrl<Key>L: forwardMessage() \n\
~Alt Ctrl<Key>L: forwardMessage() \n\
Meta Ctrl<Key>O: openFolder() \n\
~Alt Ctrl<Key>O: openFolder() \n\
Meta Ctrl ~Shift <Key>r: reply() \n\
~Alt Ctrl ~Shift <Key>r: reply() \n\
Meta Ctrl Shift <Key>r: replyAll() \n\
~Alt Ctrl Shift <Key>r: replyAll() \n\
Meta Ctrl<Key>S: saveMessageAs() \n\
~Alt Ctrl<Key>S: saveMessageAs() \n\
Meta Ctrl<Key>T: getNewMail() \n\
~Alt Ctrl<Key>T: getNewMail() \n\
\
Meta Ctrl ~Shift <Key>Up: selectPreviousMessage() \n\
~Alt Ctrl ~Shift <Key>Up: selectPreviousMessage() \n\
Meta Ctrl ~Shift <Key>osfUp: selectPreviousMessage() \n\
~Alt Ctrl ~Shift <Key>osfUp: selectPreviousMessage() \n\
Meta Ctrl ~Shift <Key>Down: selectNextMessage() \n\
~Alt Ctrl ~Shift <Key>Down: selectNextMessage() \n\
Meta Ctrl ~Shift <Key>osfDown: selectNextMessage() \n\
~Alt Ctrl ~Shift <Key>osfDown: selectNextMessage() \n\
\
Meta Ctrl Shift <Key>Up: selectPreviousUnreadMessage() \n\
~Alt Ctrl Shift <Key>Up: selectPreviousUnreadMessage() \n\
Meta Ctrl Shift <Key>osfUp: selectPreviousUnreadMessage() \n\
~Alt Ctrl Shift <Key>osfUp: selectPreviousUnreadMessage() \n\
Meta Ctrl Shift <Key>Down: selectNextUnreadMessage() \n\
~Alt Ctrl Shift <Key>Down: selectNextUnreadMessage() \n\
Meta Ctrl Shift <Key>osfDown: selectNextUnreadMessage() \n\
~Alt Ctrl Shift <Key>osfDown: selectNextUnreadMessage() \n\
\
Ctrl Shift <Key>Up: selectPreviousMarkedMessage() \n\
Ctrl Shift <Key>Up: selectPreviousMarkedMessage() \n\
Ctrl Shift <Key>osfUp: selectPreviousMarkedMessage() \n\
Ctrl Shift <Key>osfUp: selectPreviousMarkedMessage() \n\
Ctrl Shift <Key>Down: selectNextMarkedMessage() \n\
Ctrl Shift <Key>Down: selectNextMarkedMessage() \n\
Ctrl Shift <Key>osfDown: selectNextMarkedMessage() \n\
Ctrl Shift <Key>osfDown: selectNextMarkedMessage() \n\
\
Meta Ctrl<Key>1: undefined-key() \n\
~Alt Ctrl<Key>1: undefined-key() \n\
Meta Ctrl<Key>2: undefined-key() \n\
~Alt Ctrl<Key>2: undefined-key() \n\
Meta Ctrl<Key>3: undefined-key() \n\
~Alt Ctrl<Key>3: undefined-key() \n\
Meta Ctrl<Key>4: undefined-key() \n\
~Alt Ctrl<Key>4: undefined-key() \n\
Meta Ctrl<Key>5: undefined-key() \n\
~Alt Ctrl<Key>5: undefined-key() \n\
Meta Ctrl<Key>6: undefined-key() \n\
~Alt Ctrl<Key>6: undefined-key() \n\
Meta Ctrl<Key>7: undefined-key() \n\
~Alt Ctrl<Key>7: undefined-key() \n\
Meta Ctrl<Key>8: undefined-key() \n\
~Alt Ctrl<Key>8: undefined-key() \n\
Meta Ctrl<Key>9: undefined-key() \n\
~Alt Ctrl<Key>9: undefined-key() \n
! Translations in the MailCompose window.
! These are used instead of globalTranslations.
!
*mailcomposeGlobalTranslations: #override \
\
Meta Ctrl<Key>B: viewBookmark() \n\
~Alt Ctrl<Key>B: viewBookmark() \n\
Meta Ctrl<Key>C: copy() \n\
~Alt Ctrl<Key>C: copy() \n\
Meta Ctrl<Key>Return: sendMail() \n\
~Alt Ctrl<Key>Return: sendMail() \n\
Meta Ctrl<Key>V: paste() \n\
~Alt Ctrl<Key>V: paste() \n\
Meta Ctrl<Key>W: delete() \n\
~Alt Ctrl<Key>W: delete() \n\
Meta Ctrl<Key>X: cut() \n\
~Alt Ctrl<Key>X: cut() \n\
Meta Ctrl<Key>Y: paste() \n\
~Alt Ctrl<Key>Y: paste() \n\
Meta Ctrl<Key>Z: undo() \n\
~Alt Ctrl<Key>Z: undo() \n
! Translations in the Bookmarks and Adderssbook window.
! These translations are used instead of globalTranslations.
! None of the key *semantics* of globalTranslations are changed here,
! only the actions bound. (And inapplicable actions are not present.)
!
*bmGlobalTranslations: #override \
<Btn3Down>: BookmarkPopup() \n\
Meta Ctrl<Key>C: bmcopy() \n\
~Alt Ctrl<Key>C: bmcopy() \n\
Meta Ctrl<Key>D: bmdeleteItem() \n\
~Alt Ctrl<Key>D: bmdeleteItem() \n\
Meta Ctrl<Key>E: bmredo() \n\
~Alt Ctrl<Key>E: bmredo() \n\
Meta Ctrl<Key>F: bmfind() \n\
~Alt Ctrl<Key>F: bmfind() \n\
Meta Ctrl<Key>G: bmfindAgain() \n\
~Alt Ctrl<Key>G: bmfindAgain() \n\
Meta Ctrl<Key>M: bmmailMessage() \n\
~Alt Ctrl<Key>M: bmmailMessage() \n\
Meta Ctrl<Key>S: bmsaveAs() \n\
~Alt Ctrl<Key>S: bmsaveAs() \n\
Meta Ctrl<Key>V: bmpaste() \n\
~Alt Ctrl<Key>V: bmpaste() \n\
Meta Ctrl<Key>W: bmclose() \n\
~Alt Ctrl<Key>W: bmclose() \n\
Meta Ctrl<Key>X: bmcut() \n\
~Alt Ctrl<Key>X: bmcut() \n\
Meta Ctrl<Key>Y: bmpaste() \n\
~Alt Ctrl<Key>Y: bmpaste() \n\
Meta Ctrl<Key>Z: bmundo() \n\
~Alt Ctrl<Key>Z: bmundo() \n
!
! Translations for document source window
*dialogGlobalTranslations: #override \n\
\
Meta Ctrl<Key>W: delete() \n\
~Alt Ctrl<Key>W: delete() \n
! Mouse bindings in the HTML display area.
!
*drawingArea.translations: #replace \
<Btn1Down>: ArmLink() \n\
<Btn2Down>: ArmLink() \n\
~Shift<Btn1Up>: ActivateLink() \
DisarmLink() \n\
~Shift<Btn2Up>: ActivateLink(new-window) \
DisarmLink() \n\
Shift<Btn1Up>: ActivateLink(save-only) \
DisarmLink() \n\
Shift<Btn2Up>: ActivateLink(save-only) \
DisarmLink() \n\
<Btn1Motion>: DisarmLinkIfMoved() \n\
<Btn2Motion>: DisarmLinkIfMoved() \n\
<Btn3Motion>: DisarmLinkIfMoved() \n\
<Motion>: DescribeLink() \n\
<Btn3Down>: CommandMenu() \n
*drawingArea*XmList.highlightThickness: 2
! Some basic emacs-like bindings for text fields.
!
! "editingTranslations" are merged into all XmText and XmTextField widgets.
! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
! are merged in, depending on whether it is an XmText or XmTextField widget.
! These resources are merged in after "globalTranslations", so it is possible
! for them to override the menu accelerators.
!
! Problems:
! = I don't understand why the "Ctrl<Key>g" binding does nothing.
! = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
! = This doesn't quite do active regions right, in that C-SPC M-f doesn't
! leave the word highlighted (though it does leave a region set.)
! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
!
! NOTE: if you're looking here because BackSpace and Delete aren't
! working the way you think they should, then you need to run
! xmodmap or xkeycaps to fix your keyboard, or mess read the man
! page forVirualBindings(1). For details, see the Netscape FAQ
! (available from the Help menu.)
!
*editingTranslations: #override \n\
~Meta ~Alt Ctrl<Key>a: beginning-of-line() \n\
~Meta ~Alt Shift Ctrl<Key>a: beginning-of-line(extend) \n\
~Meta ~Alt ~Shift Ctrl<Key>b: backward-character() \n\
~Meta ~Alt Shift Ctrl<Key>b: backward-character(extend) \n\
~Meta ~Alt Ctrl<Key>d: delete-next-character() \n\
~Meta ~Alt ~Shift Ctrl<Key>e: end-of-line() \n\
~Meta ~Alt Shift Ctrl<Key>e: end-of-line(extend) \n\
~Meta ~Alt ~Shift Ctrl<Key>f: forward-character() \n\
~Meta ~Alt Shift Ctrl<Key>f: forward-character(extend) \n\
~Meta ~Alt Ctrl<Key>g: process-cancel() \n\
~Meta ~Alt Ctrl<Key>h: delete-previous-character() \n\
~Meta ~Alt Ctrl<Key>space: set-anchor() \n\
~Meta ~Alt Ctrl<Key>2: set-anchor() \n\
~Meta ~Alt Ctrl<Key>@: set-anchor() \n\
\
Meta Ctrl ~Shift<Key>b: backward-word() \n\
~Alt Ctrl ~Shift<Key>b: backward-word() \n\
Meta Ctrl Shift<Key>b: backward-word(extend) \n\
~Alt Ctrl Shift<Key>b: backward-word(extend) \n\
Meta Ctrl ~Shift<Key>f: forward-word() \n\
~Alt Ctrl ~Shift<Key>f: forward-word() \n\
Meta Ctrl Shift<Key>f: forward-word(extend) \n\
~Alt Ctrl Shift<Key>f: forward-word(extend) \n\
Meta Ctrl <Key>w: copy-clipboard() \n\
~Alt Ctrl <Key>w: copy-clipboard() \n\
Meta Ctrl ~Shift<Key>osfLeft: backward-word() \n\
~Alt Ctrl ~Shift<Key>osfLeft: backward-word() \n\
Meta Ctrl Shift<Key>osfLeft: backward-word(extend) \n\
~Alt Ctrl Shift<Key>osfLeft: backward-word(extend) \n\
Meta Ctrl ~Shift<Key>osfRight:forward-word() \n\
~Alt Ctrl ~Shift<Key>osfRight:forward-word() \n\
Meta Ctrl Shift<Key>osfRight:forward-word(extend) \n\
~Alt Ctrl Shift<Key>osfRight:forward-word(extend) \n
! Translations that apply only to single-line fields; see above.
!
! Ctrl-U clears the current line only in single-line fields. Unix
! command-line weenies expect this, even though everyone knows Ctrl-U
! should mean "prefix argument".
!
! In single-line fields, the various killing commands are really deletion
! commands instead (that is, they don't affect the Clipboard and are not
! undoable with Ctrl-y) because the XmTextField widget does not provide
! kill commands -- only the XmText widget does. (What the hell is up with
! that...) Maybe we could get around this by never using XmTextField, and
! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
! have other unexpected effects...
!
! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
! but that doesn't work, because forward-word takes the whitespace after the
! word as well, instead of stopping before the whitespace.
!
! Similarly, Ctrl-k can't be implemented with
! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
! because that has the side effect of (temporarily) owning the selection,
! which would make it impossible to: select text in another application;
! type C-k at Netscape; Click middle to paste. The paste would be impossible
! because C-k would have cleared the selection.
!
*singleLineEditingTranslations: #override \n\
~Meta ~Alt Ctrl<Key>u: beginning-of-line() \
delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>k: delete-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>l: refresh() \n\
~Meta ~Alt Ctrl<Key>w: key-select() \
delete-selection() \n\
~Meta ~Alt Ctrl<Key>y: paste-clipboard() \n\
Meta Ctrl <Key>d: delete-next-word() \n\
~Alt Ctrl <Key>d: delete-next-word() \n\
Meta Ctrl<Key>osfBackSpace: delete-previous-word() \n\
~Alt Ctrl<Key>osfBackSpace: delete-previous-word() \n\
Meta Ctrl<Key>osfDelete: delete-next-word() \n\
~Alt Ctrl<Key>osfDelete: delete-next-word() \n
! Translations that apply only to multi-line fields; see above.
! Most of these are here because they are commands that only apply when
! the text area has multiple lines in it, but see above comment about
! "kill" commands versus "delete" commands.
!
*multiLineEditingTranslations: #override \n\
~Meta ~Alt Ctrl<Key>k: kill-to-end-of-line() \n\
~Meta ~Alt Ctrl<Key>w: key-select() kill-selection() \n\
~Meta ~Alt Ctrl<Key>y: unkill() \n\
Meta Ctrl <Key>d: kill-next-word() \n\
~Alt Ctrl <Key>d: kill-next-word() \n\
~Meta ~Alt Ctrl<Key>l: redraw-display() refresh() \n\
Meta Ctrl<Key>osfBackSpace: kill-previous-word() \n\
~Alt Ctrl<Key>osfBackSpace: kill-previous-word() \n\
Meta Ctrl<Key>osfDelete: kill-next-word() \n\
~Alt Ctrl<Key>osfDelete: kill-next-word() \n\
\
~Meta ~Alt Ctrl<Key>j: newline-and-indent() \n\
~Meta ~Alt Ctrl<Key>o: newline-and-backup() \n\
~Meta ~Alt ~Shift Ctrl<Key>n: next-line() \n\
~Meta ~Alt Shift Ctrl<Key>n: next-line(extend) \n\
~Meta ~Alt ~Shift Ctrl<Key>p: previous-line() \n\
~Meta ~Alt Shift Ctrl<Key>p: previous-line(extend) \n\
~Meta ~Alt ~Shift Ctrl<Key>v: next-page() \n\
~Meta ~Alt Shift Ctrl<Key>v: next-page(extend) \n\
Meta Ctrl ~Shift<Key>v: previous-page() \n\
~Alt Ctrl ~Shift<Key>v: previous-page() \n\
Meta Ctrl Shift<Key>v: previous-page(extend) \n\
~Alt Ctrl Shift<Key>v: previous-page(extend) \n\
~Alt Ctrl ~Shift<Key>[: backward-paragraph() \n\
Meta Ctrl ~Shift<Key>[: backward-paragraph() \n\
~Alt Ctrl Shift<Key>[: backward-paragraph(extend) \n\
Meta Ctrl Shift<Key>[: backward-paragraph(extend) \n\
~Alt Ctrl ~Shift<Key>]: forward-paragraph() \n\
Meta Ctrl ~Shift<Key>]: forward-paragraph() \n\
~Alt Ctrl Shift<Key>]: forward-paragraph(extend) \n\
Meta Ctrl Shift<Key>[: forward-paragraph(extend) \n\
~Alt Ctrl <Key><: set-anchor() \
beginning-of-file() \n\
Meta Ctrl <Key><: set-anchor() \
beginning-of-file() \n\
~Alt Ctrl <Key>>: set-anchor() \
end-of-file() \n\
Meta Ctrl <Key>>: set-anchor() \
end-of-file() \n\
~Alt Ctrl <Key><: set-anchor() \
beginning-of-file(extend) \n\
~Meta Ctrl <Key><: set-anchor() \
beginning-of-file(extend) \n\
~Alt Ctrl <Key>>: set-anchor() \
end-of-file(extend) \n\
~Meta Ctrl <Key>>: set-anchor() \
end-of-file(extend) \n\
Ctrl <Key>/: undefined-key() \n
! Since these get merged in first, all the other bindings override them.
! This is just so that undefined non-self-inserting keys beep.
! (Except that this doesn't really work that well, so nevermind.)
!*XmText.translations: #override \
! Ctrl <Key>: undefined-key() \n\
! Meta <Key>: undefined-key() \n\
! Alt <Key>: undefined-key() \n
!*XmTextField.translations: #override \
! Ctrl <Key>: undefined-key() \n\
! Meta <Key>: undefined-key() \n\
! Alt <Key>: undefined-key() \n
! We merge these translations into all text fields which are not the
! bottommost text field in a dialog box (transient popup.) This is so that
! hitting `return' in a text field will select the next text field if there
! is one, and will select the "OK" button if there are no more.
!
*nonterminalTextTranslations: #override \n\
<Key>Return: next-tab-group() \n\
<Key>Linefeed: next-tab-group() \n
! This is used for self-submitting text fields in HTML forms (not popups.)
! We don't need to store these in to dialog box text fields, since in that
! case we are able to simply avoid storing in the above ones, but we don't
! know that until too late with forms.
*terminalTextTranslations: #override \n\
<Key>Return: activate() \n\
<Key>Linefeed: activate() \n
! These translations are installed on every TextField widget in the main tree,
! but *not* on text fields in dialogs, or in the mail composition window
! (that's the difference between this and singleLineEditingTranslations.)
*globalTextFieldTranslations: #override \n\
~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
! We install these on every widget in the main tree (but not popups) that isn't
! a Text or TextField or List.These, basically, are motion commands that ought
! to apply to the HTML display area unless some text field or List has focus,
! in which case they ought to apply to the text in that text field instead.
! Doesn't all this crap just make you want to hurl?
*globalNonTextTranslations: #override \n\
~Meta ~Alt ~Ctrl<Key>space: Spacebar() \n\
\
~Meta ~Alt ~Ctrl<Key>Delete: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>BackSpace: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Up: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>Down: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>Left: ColumnLeft() \n\
~Meta ~Alt ~Ctrl<Key>Right: ColumnRight() \n\
\
~Meta ~Alt ~Ctrl<Key>osfDelete: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp() \n\
Meta Ctrl<Key>f: fishcam() \n\
Alt Ctrl<Key>f: fishcam() \n\
Meta Ctrl<Key>t: net_showstatus() \n\
Alt Ctrl<Key>t: net_showstatus() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: LineUp() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: LineDown() \n\
~Meta ~Alt ~Ctrl<Key>osfLeft: ColumnLeft() \n\
~Meta ~Alt ~Ctrl<Key>osfRight: ColumnRight() \n\
\
~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n
! These keysyms are apparently an R6ism.
! ~Meta ~Alt ~Ctrl<Key>KP_Up: LineUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Down: LineDown() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Left: ColumnLeft() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Right: ColumnRight() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Prior: PageUp() \n\
! ~Meta ~Alt ~Ctrl<Key>KP_Next: PageDown() \n\
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor mouse translations
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*editorDrawingArea.translations: #replace \
<Btn1Down>: editor-click(single, *, editor-grab-focus,, \
double, image, editor-dialog,image,, \
double, hrule, editor-dialog,hrule,, \
double, target,editor-dialog,target,, \
double, tag, editor-dialog,tag,, \
double, text, editor-select-word) \n\
<Btn1Motion>: editor-extend-adjust() \n\
<Btn1Up>: editor-extend-end() \n\
<Btn2Down>: editor-extend-start() \n\
<Btn2Motion>: editor-extend-adjust() \n\
<Btn2Up>: editor-extend-end() \n\
<Btn3Down>: editor-popup-menu() \n\
<Motion>: editor-motion() \n
! Editor keyboard translations.
*editorTranslations: #override \n\
\
Meta Ctrl<Key>l: editor-open-location() \n\
~Alt Ctrl<Key>l: editor-open-location() \n\
Meta Ctrl<Key>o: editor-open-file() \n\
~Alt Ctrl<Key>o: editor-open-file() \n\
Meta Ctrl<Key>N: editor-new() \n\
~Alt Ctrl<Key>N: editor-new() \n\
Meta Ctrl<Key>s: editor-save() \n\
~Alt Ctrl<Key>s: editor-save() \n\
Meta Ctrl<Key>w: editor-delete() \n\
~Alt Ctrl<Key>w: editor-delete() \n\
Meta Ctrl<Key>r: editor-reload() \n\
~Alt Ctrl<Key>r: editor-reload() \n\
Meta Ctrl Shift<Key>r: editor-reload(super) \n\
~Alt Ctrl Shift<Key>r: editor-reload(super) \n\
Meta Ctrl<Key>M: mailNew() \n\
~Alt Ctrl<Key>M: mailNew() \n\
Meta Ctrl<Key>P: print() \n\
~Alt Ctrl<Key>P: print() \n\
Meta Ctrl<Key>Q: exit() \n\
~Alt Ctrl<Key>Q: exit() \n\
Meta Ctrl<Key>.: editor-edit-source() \n\
\
Meta Ctrl ~Alt<Key>osfHelp: editor-debug() \n\
Ctrl Shift<Key>d: editor-debug() \n\
\
~Meta ~Alt ~Ctrl<Key>Prior: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>Next: PageDown() \n\
~Meta ~Alt ~Ctrl<Key>osfPageUp: PageUp() \n\
~Meta ~Alt ~Ctrl<Key>osfPageDown: PageDown() \n\
\
~Meta ~Alt ~Ctrl<Key>Up: editor-process-up() \n\
~Meta ~Alt ~Ctrl<Key>Down: editor-process-down() \n\
~Meta ~Alt ~Ctrl<Key>osfUp: editor-process-up() \n\
~Meta ~Alt ~Ctrl<Key>osfDown: editor-process-down() \n\
~Meta ~Alt ~Ctrl<Key>osfLeft: editor-backward-character() \n\
~Meta ~Alt ~Ctrl<Key>osfRight: editor-forward-character() \n\
\
~Meta ~Alt ~Ctrl<Key>Delete: editor-delete-next-character() \n\
~Meta ~Alt ~Ctrl<Key>BackSpace: editor-delete-previous-character()\n\
~Meta ~Alt ~Ctrl<Key>osfDelete: editor-delete-next-character() \n\
~Meta ~Alt ~Ctrl<Key>osfBackSpace:editor-delete-previous-character()\n\
\
~Meta ~Alt ~Ctrl<Key>osfBeginLine:editor-beginning-of-line() \n\
~Meta ~Alt ~Ctrl<Key>osfEndLine: editor-end-of-line() \n\
~Meta ~Alt ~Ctrl Shift<Key>Return:editor-insert-line-break(normal) \n\
~Meta ~Alt ~Ctrl<Key>Return: editor-process-return() \n\
~Meta ~Alt ~Ctrl Shift<Key>space: editor-insert-non-breaking-space()\n\
~Meta ~Alt ~Ctrl <Key>space: editor-self-insert() \n\
~Meta ~Alt ~Ctrl Shift<Key>Tab: editor-indent(out) \n\
~Meta ~Alt ~Ctrl <Key>Tab: editor-indent(in) \n\
\
~Meta ~Alt Ctrl<Key>a: editor-beginning-of-line() \n\
~Meta ~Alt Ctrl<Key>e: editor-end-of-line() \n\
~Meta ~Alt Ctrl<Key>p: editor-process-up() \n\
~Meta ~Alt Ctrl<Key>n: editor-process-down() \n\
~Meta ~Alt Ctrl<Key>b: editor-backward-character() \n\
~Meta ~Alt Ctrl<Key>f: editor-forward-character() \n\
\
~Meta Alt ~Ctrl Shift<Key>z: editor-redo() \n\
~Meta Alt ~Ctrl ~Shift<Key>e: editor-redo() \n\
~Meta Alt ~Ctrl ~Shift<Key>z: editor-undo() \n\
\
Meta ~Alt ~Ctrl<Key>b: editor-toggle-character-properties(bold) \n\
~Meta Alt ~Ctrl<Key>b: editor-toggle-character-properties(bold) \n\
Meta ~Alt ~Ctrl<Key>i: editor-toggle-character-properties(italic) \n\
~Meta Alt ~Ctrl<Key>i: editor-toggle-character-properties(italic) \n\
Meta ~Alt ~Ctrl<Key>u: editor-toggle-character-properties(underline) \n\
~Meta Alt ~Ctrl<Key>u: editor-toggle-character-properties(underline) \n\
Meta ~Alt ~Ctrl<Key>t: editor-toggle-character-properties(fixed) \n\
~Meta Alt ~Ctrl<Key>t: editor-toggle-character-properties(fixed) \n\
Meta ~Alt ~Ctrl<Key>k: editor-set-character-properties(none) \n\
~Meta Alt ~Ctrl<Key>k: editor-set-character-properties(none) \n\
\
~Meta ~Alt Ctrl<Key>l: editor-refresh() \n\
\
Meta ~Alt ~Ctrl ~Shift<Key>Up: editor-increase-font-size() \n\
Meta ~Alt ~Ctrl ~Shift<Key>osfUp: editor-increase-font-size() \n\
Meta ~Alt ~Ctrl ~Shift<Key>Down: editor-decrease-font-size() \n\
Meta ~Alt ~Ctrl ~Shift<Key>osfDown: editor-decrease-font-size() \n\
\
~Meta ~Alt ~Ctrl<Key>SunCopy: editor-copy() \n\
~Meta ~Alt ~Ctrl<Key>SunPaste: editor-paste() \n\
~Meta ~Alt ~Ctrl<Key>SunCut: editor-cut() \n\
\
Meta ~Alt ~Ctrl ~Shift<Key>x: editor-cut() \n\
~Meta Alt ~Ctrl ~Shift<Key>x: editor-cut() \n\
Meta ~Alt ~Ctrl ~Shift<Key>c: editor-copy() \n\
~Meta Alt ~Ctrl ~Shift<Key>c: editor-copy() \n\
Meta ~Alt ~Ctrl ~Shift<Key>v: editor-paste() \n\
~Meta Alt ~Ctrl ~Shift<Key>v: editor-paste() \n\
Meta ~Alt ~Ctrl ~Shift<Key>y: editor-paste() \n\
~Meta Alt ~Ctrl ~Shift<Key>y: editor-paste() \n\
Meta ~Alt ~Ctrl ~Shift<Key>d: editor-delete-next-character() \n\
~Meta Alt ~Ctrl ~Shift<Key>d: editor-delete-next-character() \n\
Meta ~Alt ~Ctrl ~Shift<Key>a: editor-select-all() \n\
~Meta Alt ~Ctrl ~Shift<Key>a: editor-select-all() \n\
\
Meta ~Alt ~Ctrl ~Shift<Key>f: editor-find() \n\
Meta ~Alt ~Ctrl ~Shift<Key>g: editor-find-again() \n\
~Meta Alt ~Ctrl ~Shift<Key>f: editor-find() \n\
~Meta Alt ~Ctrl ~Shift<Key>g: editor-find-again() \n\
\
Meta ~Alt ~Ctrl Shift<Key>u: \
editor-set-character-properties(bold|italic|fixed|super|strikethrough)\
editor-set-font-size(+4) \n\
\
~Meta ~Alt ~Ctrl ~Shift<Key>F10: \n\
~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar: \n\
\
<KeyRelease>: \n\
<Key>: editor-self-insert() \n\
<KeyPress>: editor-self-insert() \n\
<KeyUp>: \n\
<KeyDown>: editor-self-insert() \n
!=============================================================================
! About Translations, Actions, and "-remote" commands:
!
! You can control a running Netscape process externally; you do this by
! issuing a command like "netscape -remote openURL(http://xxx)".
! When Netscape is invoked with the -remote argument, it does not open
! window, but instead connects to and controls an already-existing process.
! This is done using X properties, so the two Netscape processes need not
! be running on the same machine, and need not share a file system.
!
! All of Netscape's action names are the same as its resource names; so, for
! example, if you wanted to know the name of the action that corresponds to
! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
! and see that the resource that is set to that string is "addBookmark" -
! that's the name of the Action as well.
!
! You can use Actions in Translation tables in the usual Xt-ish way, but you
! can also invoke them directly via "netscape -remote", like this:
!
! netscape -remote 'addBookmark()'
!
! That will cause the existing Netscape process to add its current URL to
! the bookmarks, just as if you had selected that menu item.
!
! Please see the document http://home.netscape.com/newsref/std/x-remote.html
! for more information.
!=============================================================================
! You can ask HTTP (Web) servers for documents in your preferred language
! by setting the Accept-Language header. It is a comma-separated list of
! languages or language/region pairs. For example, if you would prefer to
! see documents in French, or, failing that, in American English, you could
! use the following:
!
! *httpAcceptLanguage: fr, en-US
!
! Other possible languages and regions are:
!
! Chinese [zh]
! Chinese/China [zh-CN]
! Chinese/Taiwan [zh-TW]
! English [en]
! English/United Kingdom [en-GB]
! English/United States [en-US]
! French [fr]
! French/Canada [fr-CA]
! French/France [fr-FR]
! German [de]
! Italian [it]
! Japanese [ja]
! Korean [ko]
! Portuguese [pt]
! Portuguese/Brazil [pt-BR]
! Spanish [es]
! Spanish/Spain [es-ES]
!=============================================================================
!
! There's really nothing after this point you should be messing with.
!
!=============================================================================
! Motif drag-and-drop is insanely buggy, and is causing crashes even in
! contexts where it has no business being involved at all. Let's try
! disabling it globally and see if that helps.
Netscape*dragInitiatorProtocolStyle: XmDRAG_NONE
Netscape*dragReceiverProtocolStyle: XmDRAG_NONE
! Labels
!
*Help.sensitive: False
*urlLabel.alignment: ALIGNMENT_END
*urlLabel.recomputeSize: True
*urlLabel.netsiteLabelString: Ñ═Ñ├Ñ╚Ñ╡ÑñÑ╚:
*urlLabel.uneditedLabelString: ╛∞╜Ω:
*urlLabel.editedLabelString: Ñ╕ÑπÑ≤Ñ╫:
! this must be the longer of the two...
*urlLabel.labelString: ╛∞╜Ω:
*drawingArea*moreButton.labelString: ╛▄║┘...
!=============================================================================
*menuBar.file.labelString: Ñ╒ÑíÑñÑδ
*menuBar*openBrowser.labelString: ┐╖ñ╖ññÑ╓ÑΘѪÑ╢ñ≥│½ñ»(B)
*menuBar*openBrowser.mnemonic: B
*menuBar*openBrowser.acceleratorText: Shift+Ctrl+N
*Editor*menuBar*openBrowser.acceleratorText:
*Editor*menuBar*openBrowser.mnemonic: W
*menuBar*openURL.labelString: ╛∞╜Ωñ≥╗╪─Ωñ╖ñ╞│½ñ»(L)...
*menuBar*openURL.mnemonic: L
*menuBar*openURL.acceleratorText: Shift+Ctrl+L
*menuBar*openFile.labelString: Ñ╒ÑíÑñÑδñ≥│½ñ»(O)...
*menuBar*openFile.mnemonic: O
*menuBar*openFile.acceleratorText: Shift+Ctrl+O
*menuBar*saveAs.labelString: ╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕(A)...
*menuBar*saveAs.mnemonic: A
*menuBar*saveAs.acceleratorText: Shift+Ctrl+S
*Editor*menuBar*saveAs.acceleratorText:
*menuBar*editDocument.labelString: ╩╕╜±ñ≥╩╘╜╕(E)...
*menuBar*editDocument.mnemonic: E
!*menuBar*editDocument.acceleratorText: Shift+Ctrl+E
*menuBar*uploadFile.labelString: Ñ╒ÑíÑñÑδñ≥ÑóÑ├Ñ╫Ñφí╝Ñ╔(U)...
*menuBar*uploadFile.mnemonic: U
! no accelerator
*menuBar*saveLinksAs.labelString: ÑΩÑ≤Ñ»ñ≥╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕(A)...
*menuBar*saveLinksAs.mnemonic: A
! accelerator is magic
*menuBar*saveLinksAs.acceleratorText: Shift+Click
*menuBar*mailNew.labelString: ┐╖ñ╖ññÑßí╝Ñδñ╬║ε└«(M)
*menuBar*mailNew.mnemonic: M
*menuBar*mailNew.acceleratorText: Shift+Ctrl+M
*menuBar*mailto.labelString: ╩╕╜±ñ≥Ñßí╝Ñδñ╟┴≈┐«(D)
*menuBar*mailto.mnemonic: D
*menuBar*docInfo.labelString: ╩╕╜±╛≡╩≤(N)
*menuBar*docInfo.mnemonic: N
! no accelerator
*menuBar*frameInfo.labelString: Ñ╒Ñ∞í╝Ñα╛≡╩≤
! no mnemonic
! no accelerator
*menuBar*javaInfo.labelString: Java ╛≡╩≤
*menuBar*javaInfo.mnemonic: J
*menuBar*openMail.labelString: Netscape Ñßí╝Ñδ(M)
*menuBar*openMail.mnemonic: M
! no accelerator
*menuBar*openNews.labelString: Netscape Ñ╦Ñσí╝Ñ╣
*menuBar*openNews.mnemonic: N
! no accelerator
*menuBar*printSetup.labelString: ░⌡║■└▀─Ω(R)...
*menuBar*printSetup.mnemonic: R
! no accelerator
*menuBar*print.labelString: ░⌡║■(P)...
*menuBar*print.mnemonic: P
*menuBar*print.acceleratorText: Shift+Ctrl+P
*menuBar*delete.labelString: ╩─ñ╕ñδ(C)
*menuBar*delete.mnemonic: C
*menuBar*delete.acceleratorText: Shift+Ctrl+W
*menuBar*whatsChanged.labelString: ║╟┐╖╛≡╩≤
!no accelerator
*menuBar*import.labelString: ╞╔ñ▀╣■ñ▀(I)...
*menuBar*import.mnemonic: I
*menuBar*quit.labelString: ╜¬╬╗(X)
*menuBar*quit.mnemonic: X
*menuBar*quit.acceleratorText: Shift+Ctrl+Q
*menuBar*windows.labelString: ѪÑúÑ≤Ñ╔Ѫ
! no accelerator
!*menuBar*openFolder.labelString: Open Folder...
!*menuBar*openNewsHost.labelString: Open News Host...
!*menuBar*save.labelString: Save
!*menuBar*saveMessageAs.labelString: Save Message(s) As...
!*menuBar*copyMessagesInto.labelString: Copy Messages Into
!*menuBar*moveMessagesInto.labelString: Move Messages Into
!*menuBar*messageInfo.labelString: Information...
!=============================================================================
*menuBar.edit.labelString: ╩╘╜╕
*menuBar*undo.labelString: ╕╡ñ╦╠ßñ╣(U)
*menuBar*undo.mnemonic: U
*menuBar*undo.acceleratorText: Shift+Ctrl+Z
*menuBar*redo.labelString: ñΣñΩ─╛ñ╖(R)
*menuBar*redo.mnemonic: R
*menuBar*redo.acceleratorText: Shift+Ctrl+E
*menuBar*cut.labelString: └┌ñΩ╝ΦñΩ(T)
*menuBar*cut.mnemonic: T
*menuBar*cut.acceleratorText: Shift+Ctrl+X
*menuBar*copy.labelString: Ñ│Ñ╘í╝(C)
*menuBar*copy.mnemonic: C
*menuBar*copy.acceleratorText: Shift+Ctrl+C
*menuBar*paste.labelString: ┼╜ñΩ╔╒ñ▒(P)
*menuBar*paste.mnemonic: P
*menuBar*paste.acceleratorText: Shift+Ctrl+Y
*menuBar*find.labelString: ╕í║≈(F)...
*menuBar*find.mnemonic: F
*menuBar*find.acceleratorText: Shift+Ctrl+F
*menuBar*findAgain.labelString: ╝íñ≥╕í║≈(G)
*menuBar*findAgain.mnemonic: G
*menuBar*findAgain.acceleratorText: Shift+Ctrl+G
*menuBar*deleteItem.labelString: ║∩╜ⁿ(D)
*menuBar*deleteItem.mnemonic: D
*menuBar*deleteItem.acceleratorText: Shift+Ctrl+D
!=============================================================================
*menuBar.view.labelString: ╔╜╝¿
*menuBar*reload.labelString: ║╞╞╔ñ▀╣■ñ▀(R)
*menuBar*reload.mnemonic: R
*menuBar*reload.acceleratorText: Shift+Ctrl+R
! In news reply to sender uses this accelerator
*News*menuBar*reload.acceleratorText:
*menuBar*reloadFrame.labelString: Ñ╒Ñ∞í╝Ñαñ╬║╞╞╔ñ▀╣■ñ▀(L)
*menuBar*reloadFrame.mnemonic: L
*menuBar*loadImages.labelString: ▓Φ┴ⁿñ╬╞╔ñ▀╣■ñ▀(I)
*menuBar*loadImages.mnemonic: I
*menuBar*loadImages.acceleratorText: Shift+Ctrl+I
*menuBar*refresh.labelString: ║╞╔┴▓Φ(F)
*menuBar*refresh.mnemonic: F
! no accelerator
*menuBar*source.labelString: ╩╕╜±ñ╬Ñ╜í╝Ñ╣(D)
*menuBar*source.mnemonic: D
! no accelerator
*menuBar*frameSource.labelString: Ñ╒Ñ∞í╝Ñαñ╬Ñ╜í╝Ñ╣
! no mnemonic
! no accelerator
*menuBar*attachmentsInline.mnemonic: A
! no accelerator
*menuBar*attachmentsAsLinks.mnemonic: L
! no accelerator
!*menuBar*viewAllGroups.labelString: Show All Newsgroups
!*menuBar*checkNewGroups.labelString: Check for New Groups
!*menuBar*rot13.labelString: Rot 13
!=============================================================================
*menuBar.message.labelString: ÑßÑ├Ñ╗í╝Ñ╕
!*deleteMessage.labelString: Delete Message
*deleteMessage.mnemonic: D
*deleteMessage.acceleratorText: Shift+Ctrl+D
!=============================================================================
*menuBar.go.labelString: Ñ╕ÑπÑ≤Ñ╫
*menuBar*back.labelString: ╠ßñδ(B)
*menuBar*back.mnemonic: B
*menuBar*back.acceleratorText: Shift+Ctrl+Left
*menuBar*forward.labelString: ┐╩ñα(F)
*menuBar*forward.mnemonic: F
*menuBar*forward.acceleratorText: Shift+Ctrl+Right
*menuBar*home.labelString: Ñ█í╝Ñα(H)
*menuBar*home.mnemonic: H
! no accelerator
*menuBar*abort.labelString: ╞╔ñ▀╣■ñ▀├µ╗▀(S)
*menuBar*abort.mnemonic: S
*menuBar*abort.acceleratorText: ESC
! In Gold version of browser
*menuBar*browsePublishLocation.labelString: ╔╕╜αñ╬╚»┐«╛∞╜Ω(D)
*menuBar*browsePublishLocation.mnemonic: D
*menuBar*viewHistory.labelString: ═·╬≥(H)
*menuBar*viewHistory.mnemonic: H
! This only has this accelerator in browser windows
*Navigator*menuBar*viewHistory.acceleratorText: Shift+Ctrl+H
*menuBar*historyItem1.acceleratorText: Shift+Ctrl+1
*menuBar*historyItem2.acceleratorText: Shift+Ctrl+2
*menuBar*historyItem3.acceleratorText: Shift+Ctrl+3
*menuBar*historyItem4.acceleratorText: Shift+Ctrl+4
*menuBar*historyItem5.acceleratorText: Shift+Ctrl+5
*menuBar*historyItem6.acceleratorText: Shift+Ctrl+6
*menuBar*historyItem7.acceleratorText: Shift+Ctrl+7
*menuBar*historyItem8.acceleratorText: Shift+Ctrl+8
*menuBar*historyItem9.acceleratorText: Shift+Ctrl+9
*menuBar*historyTruncated.labelString: ( ..└┌ñΩ╜╠ñß... )
*menuBar*historyTruncated.alignment: ALIGNMENT_CENTER
!*menuBar*markThreadRead.labelString: Mark Thread Read
!*menuBar*markAllRead.labelString: Mark All Messages Read
!*menuBar*showAllMessages.labelString: Show All Messages
!*menuBar*nextMessage.labelString: Select Next Message
!*menuBar*previousMessage.labelString: Select Previous Message
!*menuBar*firstUnreadMessage.labelString: Select First Unread Message
!*menuBar*nextUnreadMessage.labelString: Select Next Unread Message
!*menuBar*previousUnreadMessage.labelString: Select Previous Unread Message
!=============================================================================
*menuBar.sort.labelString: ╩┬ñ┘┬╪ñ¿
!*menuBar*thread.labelString: Thread by References
!*menuBar*sortReverse.labelString: Sort Backward
!*menuBar*byDate.labelString: By Date
!*menuBar*byMessageNumber.labelString: By Message Number
!*menuBar*bySubject.labelString: By Subject
!*menuBar*bySender.labelString: By Sender's Name
!*menuBar*resort.labelString: Re-Sort
!=============================================================================
*menuBar.bookmark.labelString: ñ╖ñ¬ñΩ
*menuBar*addBookmark.labelString: ñ╖ñ¬ñΩñ≥─╔▓├(A)
*menuBar*addBookmark.mnemonic: A
*menuBar*addBookmark.acceleratorText: Shift+Ctrl+A
*menuBar*viewBookmark.labelString: ñ╖ñ¬ñΩ(B)
*menuBar*viewBookmark.mnemonic: B
*menuBar*viewBookmark.acceleratorText: Shift+Ctrl+B
*Editor*menuBar*viewBookmark.acceleratorText:
*menuBar*gotoBookmarkHtml.labelString: ñ╖ñ¬ñΩñ╪Ñ╕ÑπÑ≤Ñ╫(G)
*menuBar*gotoBookmarkHtml.mnemonic: G
!=============================================================================
*menuBar.options.labelString: ѬÑ╫Ñ╖ÑτÑ≤
*menuBar*generalPrefs.labelString: ┴┤╚╠ñ╬└▀─Ω(G)...
*menuBar*generalPrefs.mnemonic: G
*menuBar*mailNewsPrefs.labelString: Ñßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣ñ╬└▀─Ω(M)...
*menuBar*mailNewsPrefs.mnemonic: M
*menuBar*networkPrefs.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▀─Ω(N)...
*menuBar*networkPrefs.mnemonic: N
*menuBar*securityPrefs.labelString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬└▀─Ω(S)...
*menuBar*securityPrefs.mnemonic: S
*menuBar*showToolbar.labelString: Ñ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿(T)
*menuBar*showToolbar.mnemonic: T
*menuBar*showURL.labelString: ╛∞╜Ωñ╬╔╜╝¿(L)
*menuBar*showURL.mnemonic: L
*menuBar*showDirectoryButtons.labelString: Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ Ñ▄Ñ┐Ñ≤ñ╬╔╜╝¿(D)
*menuBar*showDirectoryButtons.mnemonic: D
*menuBar*showMenubar.labelString: ÑßÑ╦Ñσí╝Ñ╨í╝ñ╬╔╜╝¿(B)
*menuBar*showMenubar.mnemonic: B
*menuBar*showBottomStatusbar.labelString: Ñ╣Ñ╞í╝Ñ┐Ñ╣Ñ╨í╝ñ╬╔╜╝¿(B)
*menuBar*showBottomStatusbar.mnemonic: B
*menuBar*showSecurityBar.labelString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ѽÑΘí╝Ñ╨í╝ñ╬╔╜╝¿(C)
*menuBar*showSecurityBar.mnemonic: C
*menuBar*showJavaConsole.labelString: Java Ñ│Ñ≤Ñ╜í╝Ñδñ╬╔╜╝¿
*menuBar*showJavaConsole.mnemonic: J
*menuBar*autoLoadImages.labelString: ▓Φ┴ⁿñ╬╝½╞░╞╔ñ▀╣■ñ▀(A)
*menuBar*autoLoadImages.mnemonic: A
*menuBar*fancyFTP.labelString: FTP Ñ╒ÑíÑñÑδ╛≡╩≤ñ╬╔╜╝¿
*menuBar*fancyFTP.mnemonic: F
*menuBar*docEncoding.labelString: ╩╕╜±ñ╬╩╕╗·Ñ│í╝Ñ╔ Ñ╗Ñ├Ñ╚(E)
*menuBar*docEncoding.mnemonic: E
*Editor*menuBar*docEncoding.mnemonic: D
*menuBar*saveOptions.labelString: ѬÑ╫Ñ╖ÑτÑ≤ñ≥╩▌┬╕(O)
*menuBar*saveOptions.mnemonic: O
!*menuBar*showAllHeaders.labelString: Show All Headers
!=============================================================================
*menuBar*docEncMenu*indicatorType: ONE_OF_MANY
*menuBar*latin1.labelString: ▓ñ╩╞ (Latin-1)
*menuBar*latin2.labelString: ├µ▓ñ (Latin-2)
*menuBar*jaAuto.labelString: ╞ⁿ╦▄╕∞ (╝½╞░╚╜╩╠)
*menuBar*jaSJIS.labelString: ╞ⁿ╦▄╕∞ (Shift-JIS)
*menuBar*jaEUC.labelString: ╞ⁿ╦▄╕∞ (EUC-JP)
*menuBar*twBig5.labelString: ├µ╣±╕∞ (Big5)
*menuBar*twEUC.labelString: ├µ╣±╕∞ (EUC-TW)
*menuBar*gbEUC.labelString: ┤╩┬╬╗·├µ╣±╕∞ (GB)
*menuBar*krEUC.labelString: ┤┌╣±╕∞ (EUC-KR)
*menuBar*2022kr.labelString: ┤┌╣±╕∞ (ISO-2022-KR)
*menuBar*koi8r.labelString: Ñ¡ÑΩÑδ╩╕╗· (KOI8-R)
*menuBar*88595.labelString: Ñ¡ÑΩÑδ╩╕╗· (ISO 8859-5)
*menuBar*greek.labelString: Ñ«ÑΩÑ╖Ñó╕∞ (ISO 8859-7)
*menuBar*88599.labelString: Ñ╚ÑδÑ│╕∞ (ISO 8859-9)
*menuBar*other.labelString: ѵí╝Ñ╢─Ω╡┴
!=============================================================================
*menuBar.directory.labelString: Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
*menuBar*netscape.labelString: Ñ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ñ╬Ñ█í╝Ñα(H)
*menuBar*netscape.mnemonic: H
*menuBar*sgi.labelString: Silicon Graphics, Inc.
*menuBar*sgi.mnemonic: i
*menuBar*adobe.labelString: Adobe Systems, Inc.
*menuBar*adobe.mnemonic: o
*menuBar*whatsNew.labelString: ║╟┐╖╛≡╩≤(N)
*menuBar*whatsNew.mnemonic: N
*menuBar*whatsCool.labelString: ñ¬ñ╣ñ╣ñß(C)
*menuBar*whatsCool.mnemonic: C
*menuBar*inetIndex.labelString: Ñ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ ÑΩÑ≤Ñ»╜╕(D)
*menuBar*inetIndex.mnemonic: D
*menuBar*inetSearch.labelString: ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚╕í║≈(S)
*menuBar*inetSearch.mnemonic: S
*menuBar*inetWhite.labelString: ┐═í╣(P)
*menuBar*inetWhite.mnemonic: P
*menuBar*inetAbout.labelString: ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ñ╦ñ─ñññ╞(A)
*menuBar*inetAbout.mnemonic: A
*menuBar*galleria.labelString: ѽÑ╣Ñ┐Ñ▐í╝ Ñ╖Ñτí╝Ñ▒í╝Ñ╣(W)
*menuBar*galleria.mnemonic: W
!=============================================================================
*menuBar.help.labelString: Ñ╪ÑδÑ╫
*menuBar*about.labelString: Netscape ñ╦ñ─ñññ╞(A)
*menuBar*about.mnemonic: A
*menuBar*aboutplugins.labelString: Plug-In ñ╦ñ─ñññ╞
*menuBar*aboutplugins.mnemonic: P
*menuBar*registration.labelString: ┼╨╧┐╛≡╩≤(I)
*menuBar*registration.mnemonic: I
*menuBar*upgrade.labelString: Ñ╜Ñ╒Ñ╚ѪѺÑó(T)
*menuBar*upgrade.mnemonic: T
*menuBar*manual.labelString: Ñ╧Ñ≤Ñ╔Ñ╓Ñ├Ñ»(H)
*menuBar*manual.mnemonic: H
*menuBar*relnotes.labelString: ÑΩÑΩí╝Ñ╣ Ñ╬í╝Ñ╚(R)
*menuBar*relnotes.mnemonic: R
*menuBar*faq.labelString: ñ¬╠Σññ╣τñ∩ñ╗ñ╬┬┐ññ╝┴╠Σ(F)
*menuBar*faq.mnemonic: F
*menuBar*aboutSecurity.labelString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╦ñ─ñññ╞(O)
*menuBar*aboutSecurity.mnemonic: O
*menuBar*feedback.labelString: ÑΩѻѿÑ╣Ñ╚ñ╬┴≈ñΩ╩²(G)
*menuBar*feedback.mnemonic: G
*menuBar*support.labelString: Ñ╡Ñ▌í╝Ñ╚ñ╬╝⌡ñ▒╩²(S)
*menuBar*support.mnemonic: S
*menuBar*howTo.labelString: Web Ñ╡í╝Ñ╙Ñ╣ñ╬║εñΩ╩²(C)
*menuBar*howTo.mnemonic: C
*menuBar*aboutMailAndNews.labelString: Netscape Ñßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣ñ╦ñ─ñññ╞...
*menuBar*aboutUsenet.labelString: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╦ñ─ñññ╞...
! For the toggles in the options menu
*menuBar*XmToggleButton.indicatorType: N_OF_MANY
*menuBar*XmToggleButtonGadget.indicatorType: N_OF_MANY
*menuBar*XmToggleButton.fillOnSelect: True
*menuBar*XmToggleButtonGadget.fillOnSelect: True
*menuBar*XmToggleButton.visibleWhenOff: True
*menuBar*XmToggleButtonGadget.visibleWhenOff: True
*menuBar*sortByDate.visibleWhenOff: False
*menuBar*sortByMessageNumber.visibleWhenOff: False
*menuBar*sortBySubject.visibleWhenOff: False
*menuBar*sortBySender.visibleWhenOff: False
!=============================================================================
! Mail/News menubar
!=============================================================================
!Mail menubar wont have this accelerator. This is used by reply
*Mail*menuBar*reload.acceleratorText:
*menubar*deliverNow.indicatorType: ONE_OF_MANY
*menuBar*deliverNow.labelString: ñ╣ñ░ñ╦┴≈┐«ñ╣ñδ
! no mnemonic
! no accelerator
*menubar*deliverLater.indicatorType: ONE_OF_MANY
*menuBar*deliverLater.labelString: ñóñ╚ñ½ñΘ┴≈┐«ñ╣ñδ
! no mnemonic
! no accelerator
!*getNewMail.labelString: Get New Mail
*getNewMail.mnemonic: G
*getNewMail.acceleratorText: Shift+Ctrl+T
!*deliverQueuedMessages.labelString: Send Mail in Outbox
*deliverQueuedMessages.mnemonic: d
*deliverQueuedMessages.acceleratorText: Shift+Ctrl+H
!*openFolder.labelString: Add Folder...
*openFolder.mnemonic: o
!*newFolder.labelString: New Folder...
*newFolder.mnemonic: F
!*menuBar*compressFolder.labelString: Compress this Folder
*menuBar*compressFolder.mnemonic: s
*menuBar*compressFolder.acceleratorText: Shift+Ctrl+K
!*menuBar*compressAllFolders.labelString: Compress all Folders
*menuBar*compressAllFolders.mnemonic: A
!*menuBar*emptyTrash.labelString: Empty Trash Folder
*menuBar*emptyTrash.mnemonic: E
!*deleteFolder.labelString: Delete Folder
*deleteFolder.mnemonic: o
!*selectThread.labelString: Select Thread
*selectThread.mnemonic: t
*selectThread.acceleratorText: Alt+Shift+Ctrl+A
!*selectMarkedMessages.labelString: Select Flagged Messages
*selectMarkedMessages.mnemonic: M
!*selectAllMessages.labelString: Select All
*selectAllMessages.mnemonic: A
*selectAllMessages.acceleratorText: Shift+Ctrl+A
*menuBar*sort.labelString: ╩┬ñ┘┬╪ñ¿
*menuBar*sort.mnemonic: S
!*rot13Message.labelString: Unscramble (ROT13)
*rot13Message.mnemonic: U
!*menuBar*nextMessage.labelString: Next Message
*menuBar*nextMessage.mnemonic: N
*menuBar*nextMessage.acceleratorText: Shift+Ctrl+Down
!*menuBar*previousMessage.labelString: Previous Message
*menuBar*previousMessage.mnemonic: P
*menuBar*previousMessage.acceleratorText: Shift+Ctrl+Up
!*menuBar*firstUnreadMessage.labelString: First Unread
*menuBar*firstUnreadMessage.mnemonic: U
!*menuBar*nextUnreadMessage.labelString: Next Unread
*menuBar*nextUnreadMessage.mnemonic: e
*menuBar*nextUnreadMessage.acceleratorText: Alt+Shift+Ctrl+Down
!*menuBar*previousUnreadMessage.labelString: Previous Unread
*menuBar*previousUnreadMessage.mnemonic: r
*menuBar*previousUnreadMessage.acceleratorText: Alt+Shift+Ctrl+Up
!*menuBar*firstMarkedMessage.labelString: First Marked
*menuBar*firstMarkedMessage.mnemonic: M
!*menuBar*nextMarkedMessage.labelString: Next Marked
*menuBar*nextMarkedMessage.mnemonic: x
*menuBar*nextMarkedMessage.acceleratorText: Alt+Shift+Ctrl+Down
!*menuBar*previousMarkedMessage.labelString: Previous Marked
*menuBar*previousMarkedMessage.mnemonic: v
*menuBar*previousMarkedMessage.acceleratorText: Alt+Shift+Ctrl+Up
!*menuBar*showAllMessages.labelString: Show All Messages
*menuBar*showAllMessages.mnemonic: w
!*menuBar*showOnlyUnread.labelString: Show Only Unread Messages
*menuBar*showOnlyUnread.mnemonic: U
*menuBar*showHeaders.labelString: Ñ╪Ñ├Ñ└í╝ñ╬╔╜╝¿(H)
*menuBar*showHeaders.mnemonic: H
!*menuBar*showAllHeaders.labelString: All
*menuBar*showAllHeaders.mnemonic: A
!*menuBar*showSomeHeaders.labelString: Normal
*menuBar*showSomeHeaders.mnemonic: N
!*menuBar*showMicroHeaders.labelString: Brief
*menuBar*showMicroHeaders.mnemonic: B
*editAddressBook.labelString: ÑóÑ╔Ñ∞Ñ╣─ó(A)
*editAddressBook.mnemonic: A
!*menuBar*editAddress.labelString: Add to Address Book
*menuBar*editAddress.mnemonic: t
!*replyToSender.labelString: Reply
*replyToSender.mnemonic: R
*replyToSender.acceleratorText: Shift+Ctrl+R
!*replyToAll.labelString: Reply to All
*replyToAll.mnemonic: A
*replyToAll.acceleratorText: Alt+Shift+Ctrl+R
!*forwardMessage.labelString: Forward
*forwardMessage.mnemonic: F
*forwardMessage.acceleratorText: Shift+Ctrl+L
*forwardMessageQuoted.labelString: ░·═╤ñ╖ñ╞┼╛┴≈(Q)
*forwardMessageQuoted.mnemonic: Q
*forwardMessageQuoted.acceleratorText: Alt+Shift+Ctrl+D
!*menuBar*markSelectedRead.labelString: Mark as Read
*menuBar*markSelectedRead.mnemonic: d
!*menuBar*markSelectedUnread.labelString: Mark as Unread
*menuBar*markSelectedUnread.mnemonic: U
!*menuBar*markThreadRead.labelString: Mark Thread Read
*menuBar*markThreadRead.mnemonic: a
!*menuBar*markSelectedMessages.labelString: Flag message
*menuBar*markSelectedMessages.mnemonic: l
!*menuBar*unmarkSelectedMessages.labelString: Unflag message
*menuBar*unmarkSelectedMessages.mnemonic: e
!*menuBar*moveMessagesInto.labelString: Move
*menuBar*moveMessagesInto.mnemonic: v
!*menuBar*copyMessagesInto.labelString: Copy
*menuBar*copyMessagesInto.mnemonic: C
!*reSort.labelString: Again
*reSort.mnemonic: A
!*menuBar*threadMessages.labelString: Thread Messages
*menuBar*threadMessages.mnemonic: T
!*menuBar*sortBackward.labelString: Ascending
*menuBar*sortBackward.mnemonic: s
!*menuBar*sortByDate.labelString: by Date
*menuBar*sortByDate.mnemonic: D
!*menuBar*sortBySubject.labelString: by Subject
*menuBar*sortBySubject.mnemonic: u
!*menuBar*sortBySender.labelString: by Sender
*menuBar*sortBySender.mnemonic: e
!*menuBar*sortByMessageNumber.labelString: by Message Number
*menuBar*sortByMessageNumber.mnemonic: M
!*openNewsHost.labelString: Open News Host...
*openNewsHost.mnemonic: O
*menuBar*deleteNewsHost.mnemonic: H
*menuBar*getMoreMessages.mnemonic: G
*menuBar*getMoreMessages.acceleratorText: Shift+Ctrl+T
*menuBar*postNew.labelString: ┐╖ñ╖ññÑ╦Ñσí╝Ñ╣╡¡╗÷ñ╬║ε└«(N)
*menuBar*postNew.mnemonic: N
!*postReply.labelString: Post Reply
*postReply.mnemonic: o
!*postAndMailReply.labelString: Post and Mail Reply
*postAndMailReply.mnemonic: s
*menuBar*firstMarkedMessage.mnemonic: M
!*showSubscribedNewsGroups.labelString: Show Subscribed Newsgroups
*showSubscribedNewsGroups.mnemonic: b
!*showActiveNewsGroups.labelString: Show Active Newsgroups
*showActiveNewsGroups.mnemonic: c
!*showAllNewsGroups.labelString: Show All Newsgroups
*showAllNewsGroups.mnemonic: A
!*checkNewNewsGroups.labelString: Show New Newsgroups
*checkNewNewsGroups.mnemonic: p
!*menuBar*cancelMessage.labelString: Cancel Message
*menuBar*cancelMessage.mnemonic: n
!*menuBar*addFromNewest.labelString: Add from Newest Messages
*menuBar*addFromNewest.mnemonic: f
!*menuBar*addFromOldest.labelString: Add from Oldest Messages
*menuBar*addFromOldest.mnemonic: O
! These are std Mail folder names.
*popup*sentMail.labelString: ┴≈┐«Ñ╚Ñ∞Ññ(S)
*popup*sentMail.mnemonic: S
*popup*inbox.labelString: ╝⌡┐«Ñ╚Ñ∞Ññ(I)
*popup*inbox.mnemonic: I
*popup*trash.labelString: ñ┤ñ▀╚ó(T)
*popup*trash.mnemonic: T
*popup*newFolder.labelString: ┐╖╡¼║ε└«(N)...
*popup*newFolder.mnemonic: N
! For menubar and popup
*addNewsgroup.labelString: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥─╔▓├(G)
*addNewsgroup.mnemonic: G
!=============================================================================
! MailCompose menubar
!=============================================================================
*menuBar*sendOrSendLater.labelString: ┴≈┐«(S)
*menuBar*sendOrSendLater.mnemonic: S
*menuBar*sendOrSendLater.acceleratorText: Shift+Ctrl+Enter
*menuBar*attachFile.labelString: ┼║╔╒(F)...
*menuBar*attachFile.mnemonic: F
!*menuBar*quoteMessage.labelString: Include Original Text
*menuBar*quoteMessage.mnemonic: I
!*menuBar*saveMessageAs.labelString: Save As...
*menuBar*saveMessageAs.mnemonic: A
*menuBar*saveMessageAs.acceleratorText: Shift+Ctrl+S
*menuBar*pasteQuote.labelString: ░·═╤╖┴╝░ñ╟┼╜ñΩ╔╒ñ▒(Q)
*menuBar*pasteQuote.mnemonic: Q
*menuBar*selectAllText.labelString: ñ╣ñ┘ñ╞ñ≥┴¬┬≥(S)
*menuBar*selectAllText.mnemonic: S
*menuBar*clearAllText.labelString: Ñ»ÑΩÑó
!*menuBar*rot13.labelString: Scramble (ROT13) Message
*menuBar*rot13.mnemonic: S
!*Composition*menuBar*showAllHeaders.labelString: All Fields
*Composition*menuBar*showAllHeaders.mnemonic: A
!*menuBar*showReplyTo.labelString: Reply To
*menuBar*showReplyTo.mnemonic: R
!*menuBar*showTo.labelString: Mail To
*menuBar*showTo.mnemonic: M
!*menuBar*showCC.labelString: Mail CC
*menuBar*showCC.mnemonic: C
!*menuBar*showBCC.labelString: Mail BCC
*menuBar*showBCC.mnemonic: B
!*menuBar*showPostTo.labelString: Post To
*menuBar*showPostTo.mnemonic: P
!*menuBar*showFollowupTo.labelString: Followups To
*menuBar*showFollowupTo.mnemonic: F
!*menuBar*showSubject.labelString: Subject
*menuBar*showSubject.mnemonic: S
!*menuBar*showAttachments.labelString: Attachment
*menuBar*showAttachments.mnemonic: h
*menuBar*wrapLines.labelString: ─╣ññ╣╘ñ≥└▐ñΩ╩╓ñ╣(W)
*menuBar*wrapLines.mnemonic: W
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor menubar.
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! File menu
*menuBar*editorNew.labelString: ┐╖╡¼╩╕╜±(N)
*menuBar*editorNew.mnemonic: N
*menuBar*editorNewBlank.labelString: ╢⌡ñ╬╩╕╜±(B)
*menuBar*editorNewBlank.mnemonic: B
*Editor*menuBar*editorNewBlank.acceleratorText: Shift+Ctrl+N
*menuBar*editorNewWizard.labelString: ѪÑúÑ╢í╝Ñ╔ñ½ñΘ(W)...
*menuBar*editorNewWizard.mnemonic: W
*menuBar*editorNewTemplate.labelString: Ñ╞Ñ≤Ñ╫Ñ∞í╝Ñ╚ñ½ñΘ(T)
*menuBar*editorNewTemplate.mnemonic: T
*menuBar*editorBrowse.labelString: ╩╕╜±ñ≥╗▓╛╚(B)
*menuBar*editorBrowse.mnemonic: B
*menuBar*openBrowseFile.labelString: Ñ╓ÑΘѪÑ╢ñ╟Ñ╒ÑíÑñÑδñ≥│½ñ»...
*menuBar*editorOpenFile.labelString: Ñ¿Ñ╟ÑúÑ┐ñ╟Ñ╒ÑíÑñÑδñ≥│½ñ»...(D)
*menuBar*editorOpenFile.mnemonic: D
*Editor*menuBar*editorOpenFile.labelString: Ñ╒ÑíÑñÑδñ≥│½ñ»(F)...
*Editor*menuBar*editorOpenFile.acceleratorText: Shift+Ctrl+O
*Editor*menuBar*editorOpenFile.mnemonic: F
*menuBar*publish.labelString: ╚»┐«(U)...
*menuBar*publish.mnemonic: U
*menuBar*pageSetup.labelString: Ñ┌í╝Ñ╕└▀─Ω...
*menuBar*printPreview.labelString: ░⌡║■Ñ╫Ñ∞Ñ╙Ñσí╝
*menuBar*save.labelString: ╩▌┬╕(S)
*menuBar*save.acceleratorText: Shift+Ctrl+S
*menuBar*save.mnemonic: S
! Edit Menu
*menuBar*undoNull.labelString: ╕╡ñ╦╠ßñ╗ñ▐ñ╗ñ≤(U)
*menuBar*undoTyping.labelString: ╞■╬╧ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoAddText.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬─╔▓├ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoDeleteText.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬║∩╜ⁿñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoCut.labelString: └┌ñΩ╝ΦñΩñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoPasteText.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬┼╜ñΩ╔╒ñ▒ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoPasteHTML.labelString: HTMLñ╬┼╜ñΩ╔╒ñ▒ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoPasteHREF.labelString: HREFñ╬┼╜ñΩ╔╒ñ▒ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoChangeAttributes.labelString: ┬░└¡ñ╬╩╤╣╣ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoIndent.labelString: ÑñÑ≤Ñ╟Ñ≤Ñ╚ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoParagraphAlign.labelString: ├╩═εñ╬┬╖ñ¿ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoMorphContainer.labelString: ├╩═εÑ╣Ñ┐ÑñÑδñ╬╩╤╣╣ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertHorizRule.labelString: ▓ú╧╚└■ñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetHorizRuleData.labelString: ▓ú╧╚└■Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertImage.labelString: ▓Φ┴ⁿñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetImageData.labelString: ▓Φ┴ⁿÑ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertBreak.labelString: ▓■╣╘ñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoChangePageData.labelString: Ñ┌í╝Ñ╕ Ñ╟í╝Ñ┐ñ╬╩╤╣╣ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetMetaData.labelString: ÑßÑ┐ Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoDeleteMetaData.labelString: ÑßÑ┐ Ñ╟í╝Ñ┐ñ╬║∩╜ⁿñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertTarget.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetTargetData.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚ Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertUnknownTag.labelString: ╠ñ─Ω╡┴Ñ┐Ñ░ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetUnknownTagData.labelString: ╠ñ─Ω╡┴Ñ┐Ñ░ Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoGroupOfChanges.labelString: ╩╤╣╣ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetListData.labelString: ▓╒╛≥╜±ñ¡Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertTable.labelString: ╔╜ñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoDeleteTable.labelString: ╔╜ñ╬║∩╜ⁿñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetTableData.labelString: ╔╜Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertTableCaption.labelString: ╔╜┬Ωñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetTableCaptionData.labelString: ╔╜┬ΩÑ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoDeleteTableCaption.labelString: ╔╜┬Ωñ╬║∩╜ⁿñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertTableRow.labelString: ╣╘ñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetTableRowData.labelString: ╣╘Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoDeleteTableRow.labelString: ╣╘ñ╬║∩╜ⁿñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertTableColumn.labelString: ╬≤ñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoSetTableCellData.labelString: Ñ╗Ñδ Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoDeleteTableColumn.labelString: ╬≤ñ╬║∩╜ⁿñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoInsertTableCell.labelString: Ñ╗Ñδñ╬┴▐╞■ñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*undoDeleteTableCell.labelString: Ñ╗Ñδñ╬║∩╜ⁿñ≥╕╡ñ╦╠ßñ╣(U)
*menuBar*redoNull.labelString: ñΣñΩ─╛ñ╖ñ╟ñ¡ñ▐ñ╗ñ≤(R)
*menuBar*redoTyping.labelString: ╞■╬╧ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoAddText.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬─╔▓├ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoDeleteText.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬║∩╜ⁿñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoCut.labelString: └┌ñΩ╝ΦñΩñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoPasteText.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬┼╜ñΩ╔╒ñ▒ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoPasteHTML.labelString: HTMLñ╬┼╜ñΩ╔╒ñ▒ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoPasteHREF.labelString: HREFñ╬┼╜ñΩ╔╒ñ▒ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoChangeAttributes.labelString: ┬░└¡ñ╬╩╤╣╣ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoIndent.labelString: ÑñÑ≤Ñ╟Ñ≤Ñ╚ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoParagraphAlign.labelString: ├╩═εñ╬┬╖ñ¿ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoMorphContainer.labelString: ├╩═εÑ╣Ñ┐ÑñÑδñ╬╩╤╣╣ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertHorizRule.labelString: ▓ú╧╚└■ñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetHorizRuleData.labelString: ▓ú╧╚└■Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertImage.labelString: ▓Φ┴ⁿñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetImageData.labelString: ▓Φ┴ⁿÑ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertBreak.labelString: ▓■╣╘ñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoChangePageData.labelString: Ñ┌í╝Ñ╕ Ñ╟í╝Ñ┐ñ╬╩╤╣╣ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetMetaData.labelString: ÑßÑ┐ Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoDeleteMetaData.labelString: ÑßÑ┐Ñ╟í╝Ñ┐ñ╬║∩╜ⁿñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertTarget.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetTargetData.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚ Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertUnknownTag.labelString: ╠ñ─Ω╡┴Ñ┐Ñ░ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetUnknownTagData.labelString: ╠ñ─Ω╡┴Ñ┐Ñ░ Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoGroupOfChanges.labelString: ╩╤╣╣ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetListData.labelString: ▓╒╛≥╜±ñ¡Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertTable.labelString: ╔╜ñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoDeleteTable.labelString: ╔╜ñ╬║∩╜ⁿñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetTableData.labelString: ╔╜Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertTableCaption.labelString: ╔╜┬Ωñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetTableCaptionData.labelString: ╔╜┬ΩÑ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoDeleteTableCaption.labelString: ╔╜┬Ωñ╬║∩╜ⁿñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertTableRow.labelString: ╣╘ñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetTableRowData.labelString: ╬≤Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoDeleteTableRow.labelString: ╣╘ñ╬║∩╜ⁿñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertTableColumn.labelString: ╬≤ñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoSetTableCellData.labelString: Ñ╗Ñδ Ñ╟í╝Ñ┐ñ╬└▀─Ωñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoDeleteTableColumn.labelString: ╬≤ñ╬║∩╜ⁿñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoInsertTableCell.labelString: Ñ╗Ñδñ╬┴▐╞■ñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*redoDeleteTableCell.labelString: Ñ╗Ñδñ╬║∩╜ⁿñ≥ñΣñΩ─╛ñ╖(R)
*menuBar*deleteItem.labelString: ║∩╜ⁿ(D)
*menuBar*deleteItem.mnemonic: D
*menuBar*deleteItem.acceleratorText: Shift+Ctrl+D
*menuBar*selectAll.labelString: ñ╣ñ┘ñ╞ñ≥┴¬┬≥(S)
*menuBar*selectAll.acceleratorText: Shift+Ctrl+A
*menuBar*selectAll.mnemonic: S
*selectTable.labelString: ╔╜ñ≥┴¬┬≥(T)
*selectTable.mnemonic: T
*deleteTableMenu.labelString: ╔╜ñ≥║∩╜ⁿ(L)
*deleteTableMenu.mnemonic: L
*deleteTable.labelString: ╔╜(T)
*deleteTable.mnemonic: T
*deleteRow.labelString: ╣╘(R)
*deleteRow.mnemonic: R
*deleteColumn.labelString: ╬≤(O)
*deleteColumn.mnemonic: O
*deleteCell.labelString: Ñ╗Ñδ(C)
*deleteCell.mnemonic: C
! View Menu
*Editor*menuBar*source.labelString: ╩╕╜±ñ╬Ñ╜í╝Ñ╣ñ≥╔╜╝¿(S)
*Editor*menuBar*source.mnemonic: S
*menuBar*editSource.labelString: ╩╕╜±ñ╬Ñ╜í╝Ñ╣ñ≥╩╘╜╕(E)
*menuBar*editSource.mnemonic: E
*menuBar*paragraphMarks.labelString: ├╩═εÑ▐í╝Ñ»ñ≥╔╜╝¿(P)
*menuBar*paragraphMarks.mnemonic: P
!*displayTableBoundaries.labelString: Display Table Boundaries
*displayTables.labelString: ╔╜ñ≥╔╜╝¿(T)
*displayTables.mnemonic: T
! Insert Menu
*menuBar*insert.labelString: ┴▐╞■
*menuBar*insertLink.labelString: ÑΩÑ≤Ñ»(L)...
*menuBar*insertLink.mnemonic: L
*menuBar*insertTarget.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚(A)...
*menuBar*insertTarget.mnemonic: A
*menuBar*insertImage.labelString: ▓Φ┴ⁿ(I)...
*menuBar*insertImage.mnemonic: I
*menuBar*insertHorizontalLine.labelString: ▓ú╖╙└■(O)...
*menuBar*insertHorizontalLine.mnemonic: O
*menuBar*insertHtmlTag.labelString: HTML Ñ┐Ñ░
*menuBar*insertHtmlTag.mnemonic: H
*insertTableMenu.labelString: ╔╜(T)
*insertTableMenu.mnemonic: T
*menuBar*insertNewLineBreak.labelString: ▓■╣╘(N)
*menuBar*insertNewLineBreak.acceleratorText: Shift+Return
*menuBar*insertNewLineBreak.mnemonic: N
*menuBar*insertBreakBelow.labelString: ▓Φ┴ⁿñ╬▓╝┬ªñ╦▓■╣╘(B)
*menuBar*insertBreakBelow.mnemonic: B
*menuBar*insertNonBreaking.labelString: ▓■╣╘ñ≥ñ╖ñ╩ññ╢⌡╟≥(S)
*menuBar*insertNonBreaking.acceleratorText: Shift+Space
*menuBar*insertNonBreaking.mnemonic: S
! Insert/Tables pullaside.
*insertTable.labelString: ╔╜(T)...
*insertTable.mnemonic: T
*insertRow.labelString: ╣╘(R)
*insertRow.mnemonic: R
*insertColumn.labelString: ╬≤(O)
*insertColumn.mnemonic: O
*insertCell.labelString: Ñ╗Ñδ(C)
*insertCell.mnemonic: C
! Properties Menu
*menuBar*properties.labelString: Ñ╫ÑφÑ╤Ñ╞Ñú
*menuBar*textProperties.labelString: ╩╕╗·(E)...
*menuBar*textProperties.mnemonic: E
*menuBar*linkProperties.labelString: ÑΩÑ≤Ñ»(L)...
*menuBar*linkProperties.mnemonic: L
*menuBar*imageProperties.labelString: ▓Φ┴ⁿ(I)...
*menuBar*imageProperties.mnemonic: I
*menuBar*targetProperties.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚(A)...
*menuBar*targetProperties.mnemonic: A
*menuBar*tableProperties.labelString: ╔╜(T)...
*menuBar*tableProperties.mnemonic: T
*menuBar*hruleProperties.labelString: ▓ú╖╙└■(O)...
*menuBar*hruleProperties.mnemonic: O
*menuBar*tagProperties.labelString: HTML Ñ┐Ñ░...
*menuBar*tagProperties.mnemonic: H
*menuBar*documentProperties.labelString: ╩╕╜±(D)...
*menuBar*documentProperties.mnemonic: D
! Properties Character Pullaside
*charProperties.labelString: ╩╕╗·(C)
*charProperties.mnemonic: C
*charProperties.bold.labelString: ┬└╗·(B)
*charProperties.bold.acceleratorText: Shift+Ctrl+B
*charProperties.bold.mnemonic: B
*charProperties.underline.labelString: ▓╝└■(U)
*charProperties.underline.acceleratorText: Shift+Ctrl+U
*charProperties.underline.mnemonic: U
*charProperties.italic.labelString: ╝╨┬╬(I)
*charProperties.italic.acceleratorText: Shift+Ctrl+I
*charProperties.italic.mnemonic: I
*charProperties.fixed.labelString: ┼∙╔²(F)
*charProperties.fixed.acceleratorText: Shift+Ctrl+T
*charProperties.fixed.mnemonic: F
*charProperties.superscript.labelString: ╛σ╔╒ñ¡(P)
*charProperties.superscript.mnemonic: p
*charProperties.subscript.labelString: ▓╝╔╒ñ¡(S)
*charProperties.subscript.mnemonic: S
*charProperties.strikethrough.labelString: ╝ΦñΩ╛├ñ╖└■(T)
*charProperties.strikethrough.mnemonic: T
*charProperties.blink.labelString: ┼└╠╟(K)
*charProperties.blink.mnemonic: K
*charProperties.textColor.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬┐º(C)...
*charProperties.textColor.mnemonic: C
*charProperties.defaultColor.labelString: ┐ºñ╬╔╕╜α└▀─Ω(D)
*charProperties.defaultColor.mnemonic: D
*charProperties.serverJavaScript.labelString: JavaScript (Ñ╡í╝Ñ╨)
*charProperties.serverJavaScript.mnemonic: J
*charProperties.clientJavaScript.labelString: JavaScript (Ñ»ÑΘÑñÑóÑ≤Ñ╚)
*charProperties.clientJavaScript.mnemonic: v
*menuBar*charProperties.clearAllStyles.labelString: ñ╣ñ┘ñ╞ñ╬Ñ╣Ñ┐ÑñÑδñ≥Ñ»ÑΩÑó(A)
*menuBar*charProperties.clearAllStyles.acceleratorText: Shift+Ctrl+K
*menuBar*charProperties.clearAllStyles.mnemonic: A
*menuBar*fontSize.labelString: Ñ╒Ñ⌐Ñ≤Ñ╚ñ╬Ñ╡ÑñÑ║(S)
*menuBar*fontSize.mnemonic: S
*menuBar*paragraphProperties.labelString: ├╩═ε(P)
*menuBar*paragraphProperties.mnemonic: P
*menuBar*paragraphProperties.indent.labelString: ░∞├╩ÑñÑ≤Ñ╟Ñ≤Ñ╚(I)
*menuBar*paragraphProperties.indent.acceleratorText: Tab
*menuBar*paragraphProperties.indent.mnemonic: I
*menuBar*paragraphProperties.outdent.labelString: ÑñÑ≤Ñ╟Ñ≤Ñ╚ñ≥░∞├╩▓≥╜ⁿ(R)
*menuBar*paragraphProperties.outdent.acceleratorText: Shift+Tab
*menuBar*paragraphProperties.outdent.mnemonic: R
! Properties Font Size PullAside/Toolbar Font Size Popup.
*characterToolbar*fontSize.marginWidth: 0
*characterToolbar*fontSize.marginHeight: 0
*fontSize.XmPushButtonGadget.labelType: STRING
*fontSize.minusTwo.labelString: -2
*fontSize.minusOne.labelString: -1
*fontSize.plusZero.labelString: +0
*fontSize.plusZero.mnemonic: 0
*fontSize.plusOne.labelString: +1
*fontSize.plusOne.mnemonic: 1
*fontSize.plusTwo.labelString: +2
*fontSize.plusTwo.mnemonic: 2
*fontSize.plusThree.labelString: +3
*fontSize.plusThree.mnemonic: 3
*fontSize.plusFour.labelString: +4
*fontSize.plusFour.mnemonic: 4
! Properties Paragraph PullAside/Toolbar Properties Popup.
*paragraphToolbar*paragraphProperties.marginWidth: 0
*paragraphToolbar*paragraphProperties.marginHeight: 0
*paragraphProperties.XmPushButtonGadget.labelType: STRING
*normal.labelString: ╔╕╜α(N)
*normal.mnemonic: N
*headingOne.labelString: ╕½╜╨ñ╖ 1
*headingOne.mnemonic: 1
*headingTwo.labelString: ╕½╜╨ñ╖ 2
*headingTwo.mnemonic: 2
*headingThree.labelString: ╕½╜╨ñ╖ 3
*headingThree.mnemonic: 3
*headingFour.labelString: ╕½╜╨ñ╖ 4
*headingFour.mnemonic: 4
*headingFive.labelString: ╕½╜╨ñ╖ 5
*headingFive.mnemonic: 5
*headingSix.labelString: ╕½╜╨ñ╖ 6
*headingSix.mnemonic: 6
*address.labelString: ÑóÑ╔Ñ∞Ñ╣(A)
*address.mnemonic: A
*formatted.labelString: └░╖┴║╤ñ▀(F)
*formatted.mnemonic: F
*listItem.labelString: ▓╒╛≥╜±ñ¡(L)
*listItem.mnemonic: L
*descriptionItem.labelString: └Γ╠└╜±ñ¡ñ╬╔╜┬Ω(T)
*descriptionItem.mnemonic: T
*descriptionText.labelString: └Γ╠└╜±ñ¡ñ╬Ñ╞Ñ¡Ñ╣Ñ╚(X)
*descriptionText.mnemonic: X
! Options Menu
*menuBar*editorPrefs.labelString: Ñ¿Ñ╟ÑúÑ┐ñ╬└▀─Ω(E)...
*menuBar*editorPrefs.mnemonic: E
*Editor*menuBar*showToolbar.labelString: Ñ╒ÑíÑñÑδ/╩╘╜╕ Ñ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿(T)
*Editor*menuBar*showToolbar.mnemonic: T
*menuBar*showCharacter.labelString: ╩╕╗·Ñ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿(C)
*menuBar*showCharacter.mnemonic: C
*menuBar*showParagraph.labelString: ├╩═εÑ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿(P)
*menuBar*showParagraph.mnemonic: P
! Windows Menu
*menuBar*netBrowser.labelString: Netscape Ñ╓ÑΘѪÑ╢
*menuBar*siteManager.labelString: Ñ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ Ñ╡ÑñÑ╚ Ñ▐Ñ═í╝Ñ╕Ñπí╝
! Editor Popup Menu
*popup*textProperties.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú(X)...
*popup*textProperties.mnemonic: X
*popup*targetProperties.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú(A)...
*popup*targetProperties.mnemonic: A
*popup*imageProperties.labelString: ▓Φ┴ⁿñ╬Ñ╫ÑφÑ╤Ñ╞Ñú(I)...
*popup*imageProperties.mnemonic: I
*popup*tableProperties.labelString: ╔╜ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú(T)...
*popup*tableProperties.mnemonic: T
*popup*hruleProperties.labelString: ▓ú╖╙└■ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú(O)...
*popup*hruleProperties.mnemonic: o
*popup*tagProperties.labelString: HTML Ñ┐Ñ░ Ñ╫ÑφÑ╤Ñ╞Ñú(H)...
*popup*tagProperties.mnemonic: H
*popup*paragraphProperties.labelString: ├╩═εñ╬Ñ╫ÑφÑ╤Ñ╞Ñú(G)...
*popup*paragraphProperties.mnemonic: G
*popup*documentProperties.labelString: ╩╕╜±ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú(D)...
*popup*documentProperties.mnemonic: D
*popup*insert.labelString: ┴▐╞■(S)
*popup*insert.mnemonic: S
*popup*delete.labelString: ║∩╜ⁿ(L)
*popup*delete.mnemonic: L
*popup*insertLink.labelString: ÑΩÑ≤Ñ»ñ≥┴▐╞■(N)...
*popup*insertLink.mnemonic: N
*popup*linkProperties.labelString: ÑΩÑ≤Ñ»ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú(N)...
*popup*linkProperties.mnemonic: N
*popup*browseLink.labelString: Ñ╓ÑΘѪÑ╢ñ╟ÑΩÑ≤Ñ»ñ≥│½ñ»(W)...
*popup*browseLink.mnemonic: W
*popup*editLink.labelString: Ñ¿Ñ╟ÑúÑ┐ñ╟ÑΩÑ≤Ñ»ñ≥│½ñ»(E)...
*popup*editLink.mnemonic: E
*popup*bookmarkLink.labelString: ñ╖ñ¬ñΩñ╦ÑΩÑ≤Ñ»ñ≥─╔▓├(B)
*popup*bookmarkLink.mnemonic: B
*popup*copyLink.labelString: ÑΩÑ≤Ñ»ñ≥Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╦Ñ│Ñ╘í╝(L)
*popup*copyLink.mnemonic: L
*popup*removeLink.labelString: ÑΩÑ≤Ñ»ñ≥║∩╜ⁿ(R)
*popup*removeLink.mnemonic: R
*popup*cut.labelString: └┌ñΩ╝ΦñΩ(U)
*popup*cut.mnemonic: U
*popup*cut.acceleratorText: Shift+Ctrl+X
*popup*copy.labelString: Ñ│Ñ╘í╝(C)
*popup*copy.mnemonic: C
*popup*copy.acceleratorText: Shift+Ctrl+C
*popup*paste.labelString: ┼╜ñΩ╔╒ñ▒(P)
*popup*paste.mnemonic: P
*popup*paste.acceleratorText: Shift+Ctrl+Y
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor toolbar (text only).
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*toolBar.editDocument.labelString: ╩╘╜╕
*toolBar.editorNewBlank.labelString: ┐╖╡¼║ε└«
*toolBar.editorOpenFile.labelString: │½ñ»...
*toolBar.save.labelString: ╩▌┬╕
*toolBar.editorBrowse.labelString: ╗▓╛╚
*toolBar.cut.labelString: └┌ñΩ╝ΦñΩ
*toolBar.copy.labelString: Ñ│Ñ╘í╝
*toolBar.paste.labelString: ┼╜ñΩ╔╒ñ▒
*toolBar.publish.labelString: ╚»┐«...
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor dialogs.
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*textPropertiesDialog_popup.title: Netscape: Ñ╫ÑφÑ╤Ñ╞Ñú
*textPropertiesDialog.folder.XmForm.marginHeight: 10
*textPropertiesDialog.folder.XmForm.marginWidth: 10
*textPropertiesDialog*XmFrame.marginHeight: 2
*textPropertiesDialog*XmFrame.marginWidth: 2
*textPropertiesDialog*okLabelString: ╬╗▓≥
*textPropertiesDialog*applyLabelString: ┼¼═╤
*textPropertiesDialog*cancelLabelString: ╝Φ╛├
*imagePropertiesDialog_popup.title: Netscape: Ñ╫ÑφÑ╤Ñ╞Ñú
*imagePropertiesDialog.folder.XmForm.marginHeight: 10
*imagePropertiesDialog.folder.XmForm.marginWidth: 10
*imagePropertiesDialog*XmFrame.marginHeight: 2
*imagePropertiesDialog*XmFrame.marginWidth: 2
*imagePropertiesDialog*okLabelString: ╬╗▓≥
*imagePropertiesDialog*applyLabelString: ┼¼═╤
*imagePropertiesDialog*cancelLabelString: ╝Φ╛├
! Properties/Link properties.
*linkProperties.tabLabelString: ÑΩÑ≤Ñ»
*linkSourceTitle.labelString: ÑΩÑ≤Ñ»ñ╬Ñ╜í╝Ñ╣
*linkSourceLabel.labelString: ÑΩÑ≤Ñ»ñ╬Ñ╞Ñ¡Ñ╣Ñ╚ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ
*linkToTitle.labelString: ÑΩÑ≤Ñ»└Φ
*linkToLabel.labelString: Ñ┌í╝Ñ╕ñ╬╛∞╜Ωñ▐ñ┐ñ╧Ñφí╝ѽÑδ Ñ╒ÑíÑñÑδñ╪ñ╬ÑΩÑ≤Ñ»ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ
*browseFile.labelString: Ñ╒ÑíÑñÑδñ≥╗▓╛╚...
*removeLink.labelString: ÑΩÑ≤Ñ»ñ≥║∩╜ⁿ
*removeLinks.labelString: ÑΩÑ≤Ñ»ñ≥║∩╜ⁿ
*menuBar*removeLinks.mnemonic: R
*linkTarget.labelString: \
╗╪─Ωñ╖ñ┐╩╕╜±ñ╬╠╛┴░╔╒ñ¡Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╪ñ╬ÑΩÑ≤Ñ»(ѬÑ╫Ñ╖ÑτÑ≤)
*showTargets.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚ñ≥╔╜╝¿:
*currentDocument.labelString: ║ε╢╚├µñ╬╩╕╜±
*selectedFile.labelString: ┴¬┬≥ñ╖ñ┐Ñ╒ÑíÑñÑδ
*linkProperties*targetText.height: 100
! Properties/Character properties:
*characterProperties.tabLabelString: ╩╕╗·
*colorTitle.labelString: ┐º
*colorLabel.labelString: ╕╜║▀ñ╬┐º:
*default.labelString: ╩╕╜±ñ╬╔╕╜αñ╬┐º
*custom.labelString: ѽÑ╣Ñ┐Ñα ѽÑΘí╝
*chooseColor.labelString: ┐ºñ╬╗╪─Ω...
*colorText.labelString: ┴¬┬≥ñ╖ñ┐Ñ╞Ñ¡Ñ╣Ñ╚ñ╧┴¬ñ≤ñ└┐ºñ╦ñ╩ñΩñ▐ñ╣
*sizeTitle.labelString: Ñ╡ÑñÑ║
*sizeText.labelString: ├╩═εñ╬Ñ╣Ñ┐ÑñÑδñ┤ñ╚ñ╦╔╕╜α\nñ╬Ñ╡ÑñÑ║ñ¼ñóñΩñ▐ñ╣
*styleTitle.labelString: Ñ╣Ñ┐ÑñÑδ
*clearStyles.labelString: Ñ╣Ñ┐ÑñÑδñ╬└▀─Ωñ≥Ñ»ÑΩÑó
*characterProperties*clearStyles.marginWidth: 10
*characterProperties*clearStyles.marginHeight: 5
*characterProperties*clearStyles.leftOffset: 30
*characterProperties*clearStyles.rightOffset: 30
*characterProperties*clearStyles.bottomAttachment: ATTACH_FORM
*characterProperties*clearStyles.bottomOffset: 5
*characterProperties*javaFrame.leftOffset: 10
*characterProperties*sizeFrame.leftOffset: 10
*javaTitle.labelString: Java Script
*java*client.labelString: Ñ»ÑΘÑñÑóÑ≤Ñ╚
*java*server.labelString: Ñ╡í╝Ñ╨
*clearAll.labelString: ñ╣ñ┘ñ╞ñ╬└▀─Ωñ≥Ñ»ÑΩÑó
*characterProperties*clearAll.marginWidth: 10
*characterProperties*clearAll.marginHeight: 5
*characterProperties*clearAll.topOffset: 20
*characterProperties*clearAll.leftOffset: 15
*characterProperties*clearAll.rightOffset: 15
! Properties/Paragraph properties:
*paragraphProperties.tabLabelString: ├╩═ε
*styleLabel.labelString: ├╩═εñ╬Ñ╣Ñ┐ÑñÑδ:
*additionalLabel.labelString: ─╔▓├ñ╬Ñ╣Ñ┐ÑñÑδ:
*additional*default.labelString: ╔╕╜α└▀─Ω
*additional*list.labelString: ▓╒╛≥╜±ñ¡
*additional*blockQuote.labelString: ░·═╤╩╕
*listTitle.labelString: ▓╒╛≥╜±ñ¡
*listLabel.labelString: Ñ╣Ñ┐ÑñÑδ:
*numbered.labelString: ╚╓╣µ╔╒ñ¡
*unnumbered.labelString: ╚╓╣µñ╩ñ╖
*directory.labelString: Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
*menu.labelString: ÑßÑ╦Ñσí╝
*description.labelString: └Γ╠└╜±ñ¡
*automatic.labelString: ╝½╞░
*digital.labelString: 1,2,3,4,5..
*lowerRoman.labelString: i,ii,iii,iv,v..
*upperRoman.labelString: I,II,III,IV,V..
*lowerAlpha.labelString: a,b,c,d,e..
*upperAlpha.labelString: A,B,C,D,E..
*solidCircle.labelString: íⁿ
*openCircle.labelString: í╗
*openSquare.labelString: óó
*startLabel.labelString: │½╗╧╚╓╣µ
*startText.columns: 4
*spaceAvailable.labelString: ╢⌡ñ¡═╛╟≥
*paragraphProperties*spaceAvailable.topOffset: 40
*paragraphProperties*spaceAvailable.leftOffset: 150
! Properties/Image properties:
*imageProperties.tabLabelString: ▓Φ┴ⁿ
*imageFileTitle.labelString: ▓Φ┴ⁿÑ╒ÑíÑñÑδñ╬╠╛┴░
*browse.labelString: ╗▓╛╚...
*alternativeInfoLabel.labelString: ┬σñ∩ñΩñ╬╔╜╝¿(ѬÑ╫Ñ╖ÑτÑ≤):
*alternativeImageLabel.labelString: ▓Φ┴ⁿ:
*alternativeTextLabel.labelString: ╩╕╗·:
*alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
*alignmentTitle.labelString: ╟█├╓
*alignmentInfoLabel.labelString: \
└▐ñΩ╩╓ñ╖ñ┐Ñ╞Ñ¡Ñ╣Ñ╚ñ≥╔╜╝¿ñ╣ñδñ╦ñ╧íóÑ┌í╝Ñ╕ñ≥Ñ╓ÑΘѪÑ╢ ѪÑúÑ≤Ñ╔Ѫñ╟╔╜╝¿ñ╖ñ╞ñ»ñ└ñ╡ññíú
*heightLabel.labelString: ╣Γñ╡:
*widthLabel.labelString: ╔²:
*imageSpaceTitle.labelString: ▓Φ┴ⁿñ╬╝■ñΩñ╬╢⌡╟≥
*imageProperties.imageSpaceFrame.leftOffset: 10
*leftRightLabel.labelString: ║╕▒ª:
*topBottomLabel.labelString: ╛σ▓╝:
*solidBorderLabel.labelString: ╧╚└■:
*originalSize.labelString: ╕╡ñ╬Ñ╡ÑñÑ║
*copyImage.labelString: ▓Φ┴ⁿñ≥╩╕╜±ñ╬╛∞╜Ωñ╦Ñ│Ñ╘í╝
*removeImageMap.labelString: ▓Φ┴ⁿÑ▐Ñ├Ñ╫ñ≥║∩╜ⁿ
*editImage.labelString: ▓Φ┴ⁿñ╬╩╘╜╕
! Horizontal Line Properties
*horizontalLineProperties_popup.title: Netscape: ▓ú╖╙└■
*dimensionsTitle.labelString: ┬τñ¡ñ╡
*horizontalLineProperties*XmFrame.marginWidth: 10
*horizontalLineProperties*XmFrame.marginHeight: 10
*heightLabel.labelString: ╣Γñ╡:
*heightText.columns: 4
*pixels.labelString: Ñ╘Ñ»Ñ╗Ñδ
*widthLabel.labelString: ╔²:
*widthText.columns: 4
*percent.labelString: % (ѪÑúÑ≤Ñ╔Ѫñ╦┬╨ñ╖ñ╞)
*alignTitle.labelString: ╟█├╓
*left.labelString: ║╕
*center.labelString: ├µ▒√
*right.labelString: ▒ª
*threeDShading.labelString: 3-D ╔╜╝¿
*horizontalLineProperties*okLabelString: ╬╗▓≥
*horizontalLineProperties*applyLabelString: ┼¼═╤
*horizontalLineProperties*cancelLabelString: ╝Φ╛├
! Document Properties & Editor Preferences/Appearance
*appearanceProperties.tabLabelString: ╔╜╝¿
*documentPropertiesDialog_popup.title: Netscape: ╩╕╜±ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú
*documentPropertiesDialog*okLabelString: ╬╗▓≥
*documentPropertiesDialog*applyLabelString: ┼¼═╤
*documentPropertiesDialog*cancelLabelString: ╝Φ╛├
*editorPreferencesDialog_popup.title: Netscape: Ñ¿Ñ╟ÑúÑ┐ñ╬└▀─Ω
*editorPreferencesDialog*okLabelString: ╬╗▓≥
*editorPreferencesDialog*applyLabelString: ┼¼═╤
*editorPreferencesDialog*cancelLabelString: ╝Φ╛├
*folder*appearance.marginHeight: 10
*folder*appearance.marginWidth: 10
*folder*appearance*XmFrame.marginHeight: 10
*folder*appearance*XmFrame.marginWidth: 10
*appearance*custom.labelString: ѽÑ╣Ñ┐Ñαñ╬╟█┐ºñ≥╗╚═╤
*appearance*browser.labelString: \
Ñ╓ÑΘѪÑ╢ñ╬╟█┐ºñ╬└▀─Ωñ≥╗╚═╤
*schemesTitle.labelString: ╟█┐º
*save.labelString: ╩▌┬╕
*remove.labelString: ║∩╜ⁿ
*documentColorsTitle.labelString: ╩╕╜±ñ╬╟█┐º
*documentPropertiesDialog*previewFrame.marginHeight: 0
*documentPropertiesDialog*previewFrame.marginWidth: 0
*appearance*normal.labelString: ╔╕╜αñ╬Ñ╞Ñ¡Ñ╣Ñ╚...
*appearance*link.labelString: ÑΩÑ≤Ñ» Ñ╞Ñ¡Ñ╣Ñ╚...
*appearance*active.labelString: ÑóÑ»Ñ╞ÑúÑ╓ñ╩ÑΩÑ≤Ñ»ñ╬╩╕╗·...
*appearance*followed.labelString: ╦¼ñ∞ñ┐ÑΩÑ≤Ñ»ñ╬╩╕╗·...
*appearance*background.labelString: ╟╪╖╩...
*appearance*backgroundInfo.labelString: ╟╪╖╩▓Φ┴ⁿñ╧╟█┐ºñ≥╠╡╗δñ╖ñ▐ñ╣
*appearance*preview.normal.labelString: ╔╕╜αñ╬Ñ╞Ñ¡Ñ╣Ñ╚
*appearance*preview.link.labelString: ÑΩÑ≤Ñ» Ñ╞Ñ¡Ñ╣Ñ╚
*appearance*preview.active.labelString: ÑóÑ»Ñ╞ÑúÑ╓ñ╩(┴¬┬≥ñ╡ñ∞ñ┐)ÑΩÑ≤Ñ»
*appearance*preview.followed.labelString: ╦¼ñ∞ñ┐ÑΩÑ≤Ñ»
*appearance*preview*normalLabelString: ╔╕╜αñ╬Ñ╞Ñ¡Ñ╣Ñ╚
*appearance*preview*linkLabelString: ÑΩÑ≤Ñ» Ñ╞Ñ¡Ñ╣Ñ╚
*appearance*preview*activeLabelString: ÑóÑ»Ñ╞ÑúÑ╓ñ╩(┴¬┬≥ñ╡ñ∞ñ┐)ÑΩÑ≤Ñ»
*appearance*preview*followedLabelString: ╦¼ñ∞ñ┐ÑΩÑ≤Ñ»
*backgroundImageTitle.labelString: ╟╪╖╩▓Φ┴ⁿ
*browseImageFile.labelString: Ñ╒ÑíÑñÑδñ≥╗▓╛╚...
*solid.labelString: ├▒┐º
*useImage.labelString: ▓Φ┴ⁿñ≥╗╚═╤
*choose.labelString: ┐ºñ╬╗╪─Ω...
*documentPropertiesDialog*appearance*infoLabel.labelString: \
ñ│ñ╬└▀─Ωñ╧║ε╢╚├µñ╬╩╕╜±ñ╦┼¼═╤ñ╡ñ∞ñ▐ñ╣íú
*editorPreferencesDialog*appearance*infoLabel.labelString: \
ñ│ñ╬└▀─Ωñ╧║ε╢╚├µñ╬╩╕╜±ñ╟ñ╧ñ╩ñ»íó┐╖╡¼╩╕╜±ñ╦┼¼═╤ñ╡ñ∞ñ▐ñ╣íú
! Document Properties/General
*generalProperties.tabLabelString: ┴┤╚╠
*folder*general.marginHeight: 10
*folder*general.marginWidth: 10
*locationLabel.labelString: ╛∞╜Ω:
*titleLabel.labelString: ╔╜┬Ω:
*authorLabel.labelString: ║ε└«╝╘:
*descriptionLabel.labelString: └Γ╠└:
*createdLabel.labelString: ║ε└«╞ⁿ:
*updatedLabel.labelString: ║╟╜¬ÑóÑ├Ñ╫Ñ╟í╝Ñ╚:
*otherAttributesTitle.labelString: ñ╜ñ╬┬╛ñ╬┬░└¡
*infoLabel.labelString: \
╩ú┐⌠ñ╬├▒╕∞ñΣ╩╕ñ≥╩¼ñ▒ñδñ╬ñ╦Ñ│Ñ≤Ñ▐ñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññíú
*keywordsLabel.labelString: Ñ¡í╝Ñ∩í╝Ñ╔:
*classificationLabel.labelString: ╝∩╬α:
! Document Properties/Advanced
*advanced.tabLabelString: ╛▄║┘
*folder*advanced.marginHeight: 10
*folder*advanced.marginWidth: 10
*systemLabel.labelString: Netscape Ñ╖Ñ╣Ñ╞Ñα╩╤┐⌠ (HTTP-EQUIV Ñ┐Ñ░):
*userLabel.labelString: ѵí╝Ñ╢╩╤┐⌠ (META):
*nameLabel.labelString: ╠╛┴░:
*valueLabel.labelString: ├═:
*delete.labelString: ║∩╜ⁿ
*set.labelString: └▀─Ω
*new.labelString: ┐╖╡¼║ε└«
! Target Properties
*targetPropertiesDialog_popup.title: Netscape: Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú
*targetLabel.labelString: Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╬╠╛┴░ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*targetPropertiesDialog*okLabelString: ╬╗▓≥
*targetPropertiesDialog*applyLabelString: ┼¼═╤
*targetPropertiesDialog*cancelLabelString: ╝Φ╛├
! Html Properties
*htmlPropertiesDialog_popup.title: Netscape: HTML Ñ┐Ñ░
*htmlPropertiesInfo.labelString: \
Ñ┐Ñ░ñ┤ñ╚ñ╦íóÑ┐Ñ░ñ╬╠╛┴░ñ╚┬░└¡ñ▐ñ┐ñ╧Ñ╤ÑΘÑßí╝Ñ┐ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*htmlPropertiesDialog.Apply.labelString:│╬╟º
*htmlPropertiesDialog.ApplyLabelString: │╬╟º
*htmlPropertiesDialog*okLabelString: ╬╗▓≥
*htmlPropertiesDialog*cancelLabelString: ╝Φ╛├
! Editor Preferences/General
*generalPreferences.tabLabelString: ┴┤╚╠
*authorTitle.labelString: ║ε└«╝╘╠╛
*externalTitle.labelString: │░╔⌠Ñ¿Ñ╟ÑúÑ┐
*htmlLabel.labelString: HTML Ñ╜í╝Ñ╣:
*imageLabel.labelString: ▓Φ┴ⁿ:
*templateTitle.labelString: ┐╖╡¼╩╕╜±Ñ╞Ñ≤Ñ╫Ñ∞í╝Ñ╚
*locationLabel.labelString: ╛∞╜Ω:
*templateInfo.labelString: \
ñ│ñ╬Ñ┌í╝Ñ╕ñ╧[Ñ╒ÑíÑñÑδ]/[┐╖╡¼╩╕╜±]/[Ñ╞Ñ≤Ñ╫Ñ∞í╝Ñ╚ñ½ñΘ]\n\
ÑßÑ╦Ñσí╝ñ≥┴¬┬≥ñ╣ñδñ╚│½ñ½ñ∞ñ▐ñ╣íú
*restoreDefault.labelString: ╔╕╜αñ╦╠ßñ╣
*autosaveTitle.labelString: ╝½╞░╩▌┬╕
*autosaveEnable.labelString: ╩╕╜±ñ≥
*minutes.labelString: ╩¼╦Φñ╦╝½╞░┼¬ñ╦╩▌┬╕
! Editor/Tables Properties&Create
*table.tabLabelString: ╔╜
*row.tabLabelString: ╣╘
*cell.tabLabelString: Ñ╗Ñδ
*tableCreateDialog_popup.title: Netscape: ┐╖ñ╖ññ╔╜ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú
*tableCreateDialog*okLabelString: ╬╗▓≥
*tableCreateDialog*applyLabelString: ┼¼═╤
*tableCreateDialog*cancelLabelString: ╝Φ╛├
*tablePropertiesDialog_popup.title: Netscape: ╔╜ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú
*tablePropertiesDialog*okLabelString: ╬╗▓≥
*tablePropertiesDialog*applyLabelString: ┼¼═╤
*tablePropertiesDialog*cancelLabelString: ╝Φ╛├
*tableRowsLabel.labelString: ╣╘┐⌠:
*tableColumnsLabel.labelString: ╬≤┐⌠:
*attributesTitle.labelString: ┬░└¡
*tableAlignmentTitle.labelString: ╔╜ñ╬╟█├╓
*borderLineWidthLabel.labelString: ╧╚└■ñ╬╔²
*borderLineWidthUnits.labelString: Ñ╘Ñ»Ñ╗Ñδ
*cellSpacingLabel.labelString: Ñ╗Ñδñ╬┤╓│╓
*cellSpacingUnits.labelString: Ñ╘Ñ»Ñ╗Ñδ (Ñ╗Ñδ┤╓)
*cellPaddingLabel.labelString: Ñ╗Ñδñ╬═╛╟≥
*cellPaddingUnits.labelString: Ñ╘Ñ»Ñ╗Ñδ (Ñ╗Ñδ╞Γñ╬╢⌡╟≥)
*tableWidthToggle.labelString: ╔╜ñ╬╔²
*tableHeightToggle.labelString: ╔╜ñ╬╣Γñ╡ñ╬║╟╛«├═
*tableColorToggle.labelString: ╔╜ñ╬┐º
*captionToggle.labelString: ╔╜┬Ωñ≥╞■ñ∞ñδ
*above.labelString: ╔╜ñ╬╛σ
*below.labelString: ╔╜ñ╬▓╝
*tableWidthUnits.marginWidth: 0
*tableWidthUnits.marginHeight: 0
*tableHeightUnits.marginWidth: 0
*tableHeightUnits.marginHeight: 0
*captionUnits.marginWidth: 0
*captionUnits.marginHeight: 0
*textAlignmentTitle.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬╟█├╓
*horizontalLabel.labelString: ▓ú
*verticalLabel.labelString: ╜─
*textAlignment*default.labelString: ╔╕╜α└▀─Ω
*textAlignment*left.labelString: ║╕
*textAlignment*right.labelString: ▒ª
*textAlignment*center.labelString: ├µ▒√
*textAlignment*top.labelString: ╛σ
*textAlignment*bottom.labelString: ▓╝
*textAlignment*baselines.labelString: Ñ┘í╝Ñ╣ÑΘÑñÑ≤
*tableAlignmentBox*left.labelString: ║╕
*tableAlignmentBox*right.labelString: ▒ª
*tableAlignmentBox*center.labelString: ├µ▒√
*rowColorToggle.labelString: ╣╘ñ╬┐º
*textOtherTitle.labelString: ╩╕╗·
*headerStyle.labelString: Ñ╪Ñ├Ñ└í╝ Ñ╣Ñ┐ÑñÑδ
*wrapText.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ≥└▐ñΩ╩╓ñ╣
*cellRowsLabel.labelString: Ñ╗Ñδñ╬╚╧░╧
*cellColumnsLabel.labelString: ╣╘
*cellColumnsUnits.labelString: ╬≤
*cellWidthToggle.labelString: Ñ╗Ñδñ╬╔²
*cellHeightToggle.labelString: Ñ╗Ñδñ╬╣Γñ╡ñ╬║╟╛«├═
*cellColorToggle.labelString: Ñ╗Ñδñ╬┐º
*percentOfCell.labelString: % (Ñ╗Ñδñ╦┬╨ñ╖ñ╞)
*percentOfWindow.labelString: % (ѪÑúÑ≤Ñ╔Ѫñ╦┬╨ñ╖ñ╞)
*cancel.cancelLabelString: ╝Φ╛├
*cancel.closeLabelString: ╩─ñ╕ñδ
*Cancel.cancelLabelString: ╝Φ╛├
*Cancel.closeLabelString: ╩─ñ╕ñδ
! Editor Preferences/Publish
*publishPreferences.tabLabelString: ╚»┐«
*folder*publish.marginHeight: 10
*folder*publish.marginWidth: 10
*linksAndImagesTitle.labelString: ÑΩÑ≤Ñ»ñ╚▓Φ┴ⁿ
*linksAndImagesLabel.labelString: \
ÑΩÑΓí╝Ñ╚ñ╬╩╕╜±ñ≥╩▌┬╕ñ╣ñδñ╚ñ¡ñ╚íóÑΩÑ≤Ñ»ñΣ▓Φ┴ⁿñ≥┴▐╞■ñ╣ñδñ╚ñ¡:
*linksToggle.labelString: ÑΩÑ≤Ñ»ñ≥░▌╗²
*linksInfo.labelString: \
╩╕╜±ñ╬╛∞╜Ωñ½ñΘ═¡╕·ñ╦ñ╩ñδñΦñªñ╦ÑΩÑ≤Ñ»ñ≥─┤└░ñ╣ñδ(Ñφí╝ѽÑδñ╬╩╕╜±ñ╪ñ╬\n\
ÑΩÑ≤Ñ»ñ╧Ñφí╝ѽÑδñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ¼ñóñδ╗■ñ└ñ▒═¡╕·ñ╟ñ╣)íú
*imagesToggle.labelString: ╩╕╜±ñ╬▓Φ┴ⁿñ≥╗─ñ╣
*imagesInfo.labelString: \
╩╕╜±ñ╬╛∞╜Ωñ╦▓Φ┴ⁿñ╬Ñ│Ñ╘í╝ñ≥╩▌┬╕\n\
▓Φ┴ⁿñ╧╩╕╜±ñ╬Ñφí╝ѽÑδ Ñ╨í╝Ñ╕ÑτÑ≤ñ╟ñΓíó╚»┐«ñ╖ñ┐╗■ñ╟ñΓñ─ñ═ñ╦\n\
╔╜╝¿ñ╡ñ∞ñ▐ñ╣íú
*linksAndImagesTip.labelString: \
Ñ╥Ñ≤Ñ╚: ÑΩÑΓí╝Ñ╚ Ñ╤Ñ╓ÑΩÑ├Ñ╖Ñ≤Ñ░ñ╟ñ╧íó╬╛╩²ñ╬ѬÑ╫Ñ╖ÑτÑ≤ñ≥Ñ╗Ñ├Ñ╚ñ╖ñ╞▓╝ñ╡ññíú
*publishTitle.labelString: ╔╕╜αñ╬╚»┐«╛∞╜Ω
*publishLabel.labelString: ╚»┐«└Φ (FTP ñ▐ñ┐ñ╧ HTTP):
*browseLabel.labelString: ╗▓╛╚└Φ (HTTP):
*usernameLabel.labelString: ѵí╝Ñ╢╠╛:
*passwordLabel.labelString: Ñ╤Ñ╣Ñ∩í╝Ñ╔:
*savePassword.labelString: Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╩▌┬╕
! Publish Files dialog box
*publishFilesDialog_popup.title: Netscape: Ñ╒ÑíÑñÑδñ╬╚»┐«
*publishFilesDialog*okLabelString: ╬╗▓≥
*publishFilesDialog*applyLabelString: ┼¼═╤
*publishFilesDialog*cancelLabelString: ╝Φ╛├
*localFilesTitle.labelString: Ñφí╝ѽÑδ Ñ╒ÑíÑñÑδ
*localFiles.publishLabel.labelString: ╚»┐«:
*includeLabel.labelString: ┤▐ñßñδÑ╒ÑíÑñÑδ:
*includeImages.labelString: ▓Φ┴ⁿñ≥┤▐ñßñδ
*includeFiles.labelString: Ñ╒ÑíÑñÑδñ≥┤▐ñßñδ
*selectNone.labelString: ┴¬┬≥ñ╖ñ╩ññ
*selectAll.labelString: ñ╣ñ┘ñ╞ñ≥┴¬┬≥
*publishLocationTitle.labelString: ╚»┐«╛∞╜Ω
*publishLocation.publishLabel.labelString: \
Ñ╒ÑíÑñÑδñ≥ñ│ñ╬╛∞╜Ωñ╦ÑóÑ├Ñ╫Ñφí╝Ñ╔ (FTPñ▐ñ┐ñ╧HTTP):
*useDefault.labelString: ╔╕╜αñ╬╛∞╜Ωñ≥╗╚═╤
*hintDialog_popup.title: Netscape: Ñ╥Ñ≤Ñ╚
*hintDialog*okLabelString: ╬╗▓≥
*hintDialog*applyLabelString: ┼¼═╤
*hintDialog*cancelLabelString: ╝Φ╛├
*dontDisplayAgain.labelString: ╝í▓≤ñ½ñΘ╔╜╝¿ñ╖ñ╩ññ
*hintDialog.dontDisplayAgainRow.marginWidth: 9
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Editor popups.
!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
! Color Picker
*setColors_popup.title: Netscape: ╟█┐ºñ╬└▀─Ω
*setColors*okLabelString: ╬╗▓≥
*setColors*applyLabelString: ┼¼═╤
*setColors*cancelLabelString: ╝Φ╛├
*standardColorsTitle.labelString: ╔╕╜αñ╬╟█┐º
! Save Remote Dialog.
*saveRemote.marginHeight: 10
*saveRemote.marginWidth: 10
! These don't seem to get set by above two lines.
*saveRemote*infoIcon.marginWidth: 15
*saveRemote*infoIcon.marginHeight: 15
*saveRemote_popup.title: Netscape: ÑΩÑΓí╝Ñ╚╩╕╜±ñ╬╩▌┬╕
*saveRemote*infoText.labelString: \
ñ│ñ╬╩╕╜±ñ╧íóÑΩÑΓí╝Ñ╚ñ╬Ñ╡í╝Ñ╨╛σñ╦ñóñΩñ▐ñ╣íú\n\
╩╤╣╣ñ╣ñδ┴░ñ╦íóÑφí╝ѽÑδñ╦╩▌┬╕ñ╣ñδ╔¼═╫ñ¼\n\
ñóñΩñ▐ñ╣íú
*saveRemote*linksTitle.labelString: ÑΩÑ≤Ñ»
*saveRemote*linksToggle.labelString: ÑΩÑΓí╝Ñ╚ Ñ╤Ñ╓ÑΩÑ├Ñ╖Ñ≤Ñ░═╤ñ╦ÑΩÑ≤Ñ»ñ≥─┤└░ñ╣ñδ
*saveRemote*linksText.labelString: \
╞▒ñ╕╛∞╜Ω(Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ)ñ╬╩╕╜±ñ╪ñ╬ÑΩÑ≤Ñ»ñ╧íóÑφí╝ѽÑδñ╟ñΓ╚»┐«╗■ñ╟ñΓ\n\
═¡╕·ñ╟ñ╣íú\n\
\n\
ÑΩÑΓí╝Ñ╚ Ñ╡ÑñÑ╚ñ╪ñ╬ÑΩÑ≤Ñ»ñ╧╩╤╣╣ñ╡ñ∞ñ▐ñ╗ñ≤íú
*saveRemote*imagesTitle.labelString: ▓Φ┴ⁿ
*saveRemote*imagesToggle.labelString: ╩╕╜±ñ╬▓Φ┴ⁿñ≥╩▌┬╕
*saveRemote*imagesText.labelString: \
▓Φ┴ⁿñ╧╩╕╜±ñ╬Ñφí╝ѽÑδñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╟ñΓ╔╜╝¿ñ╡ñ∞ñ▐ñ╣íú
*saveRemote*save.labelString: ╩▌┬╕
*saveRemote*cancel.labelString: ╝Φ╛├
*saveRemote*help.labelString: Ñ╪ÑδÑ╫
! Confirm Save File(s) Dialog.
*confirmSaveFiles_popup.title: Netscape: ╩▌┬╕ñ╣ñδÑ╒ÑíÑñÑδñ╬│╬╟º
*confirmSaveFiles.marginHeight: 0
*confirmSaveFiles.marginWidth: 0
*yes.labelString: ñ╧ññ
*confirmSaveFiles*yesToAll.labelString: ñ╣ñ┘ñ╞ñ╧ññ
*no.labelString: ñññññ¿
*confirmSaveFiles*noToAll.labelString: ñ╣ñ┘ñ╞ñññññ¿
*confirmSaveFiles*cancel.labelString: ╝Φ╛├
*confirmSaveFiles*help.labelString: Ñ╪ÑδÑ╫
*confirmSaveFiles*defaultButtonShadowThickness: 0
! Save/Upload files message dialogs.
*saveMessageDialog_popup.title: Ñ╒ÑíÑñÑδñ≥╩▌┬╕├µ
*saveMessageDialog*okLabelString: ╬╗▓≥
*saveMessageDialog*applyLabelString: ┼¼═╤
*saveMessageDialog*cancelLabelString: ╝Φ╛├
*uploadMessageDialog_popup.title: Ñ╒ÑíÑñÑδñ≥ÑóÑ├Ñ╫Ñφí╝Ñ╔├µ
*uploadMessageDialog*okLabelString: ╬╗▓≥
*uploadMessageDialog*applyLabelString: ┼¼═╤
*uploadMessageDialog*cancelLabelString: ╝Φ╛├
*imageLoadMessageDialog_popup.title: ▓Φ┴ⁿñ≥╞╔ñ▀╣■ñ▀├µ
*imageLoadMessageDialog*okLabelString: ╬╗▓≥
*imageLoadMessageDialog*applyLabelString: ┼¼═╤
*imageLoadMessageDialog*cancelLabelString: ╝Φ╛├
*saveMessageDialog.width: 400
*uploadMessageDialog.width: 400
*imageLoadMessageDialog.width: 400
!=============================================================================
! Mail/News column titles
!=============================================================================
*mailNewsColumns.folderlist.Name: ╠╛┴░
*mailNewsColumns.folderlist.Unread: ╠ñ╞╔
*mailNewsColumns.folderlist.Total: ╖∩┐⌠
*mailNewsColumns.messagelist.Thread: Ñ╣Ñ∞Ñ├Ñ╔
*mailNewsColumns.messagelist.Sender: ║╣╜╨┐═
*mailNewsColumns.messagelist.Subject: ╖∩╠╛
*mailNewsColumns.messagelist.Date: ╞ⁿ╔╒
!=============================================================================
*toolBar.back.labelString: ╠ßñδ
*toolBar.forward.labelString: ┐╩ñα
*toolBar.home.labelString: Ñ█í╝Ñα
*toolBar.reload.labelString: ║╞╞╔ñ▀╣■ñ▀
*toolBar*loadImages.labelString: ▓Φ┴ⁿñ╬╞╔ñ▀╣■ñ▀
*toolBar.openURL.labelString: │½ñ»...
*toolBar.print.labelString: ░⌡║■...
*toolBar*find.labelString: ╕í║≈...
*toolBar*abort.labelString: ├µ╗▀
*toolBar*spacer.marginWidth: 4
*urlBar*spacer.marginWidth: 4
*urlBar*whatsNew.labelString: ║╟┐╖╛≡╩≤
*urlBar*whatsCool.labelString: ñ¬ñ╣ñ╣ñß
*urlBar*inetIndex.labelString: ÑΩÑ≤Ñ»╜╕
*urlBar*inetSearch.labelString: Ñ═Ñ├Ñ╚╕í║≈
*urlBar*inetWhite.labelString: ┐═í╣
*urlBar*upgrade.labelString: Ñ╜Ñ╒Ñ╚ѪѺÑó
*urlBar*welcome.labelString: ñΦñªñ│ñ╜
*urlBar*newsgroups.labelString: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫
*toolBar.getNewMail.labelString: ╝⌡┐«
*toolBar.deleteMessage.labelString: ║∩╜ⁿ
*toolBar.mailNew.labelString: ┐╖ñ╖ññÑßí╝Ñδñ╬║ε└«
*toolBar.postNew.labelString: ┐╖╡¼╡¡╗÷
*toolBar.replyToSender.labelString: ╩╓┐«
*toolBar.replyToAll.labelString: ┴┤░≈ñ╪╩╓┐«
*toolBar.postReply.labelString: Ñ╒Ñ⌐Ñφí╝╡¡╗÷ñ╬║ε└«
*toolBar.postAndMailReply.labelString: ╩╓┐«
*toolBar.forwardMessage.labelString: ┼╛┴≈
*toolBar.previousUnreadMessage.labelString:┴░
*toolBar.nextUnreadMessage.labelString: ╝í
*toolBar.markThreadRead.labelString: Ñ╣Ñ∞Ñ├Ñ╔
*toolBar.markAllRead.labelString: ñ╣ñ┘ñ╞
!=============================================================================
! Toolbar for mail compose
*toolBar.SendOrSendLater.labelString: ┴≈┐«
*toolBar.quoteMessage.labelString: ░·═╤
*toolBar.attachFile.labelString: ┼║╔╒
*toolBar.editAddressBook.labelString: ÑóÑ╔Ñ∞Ñ╣─ó
!=============================================================================
*noDocumentLoadedMessage: ╩╕╜±ñ¼╞╔ñ▀╣■ñ▐ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*optionsSavedMessage: ѬÑ╫Ñ╖ÑτÑ≤ñ¼╩▌┬╕ñ╡ñ∞ñ▐ñ╖ñ┐íú
*clickToSaveMessage: ╩▌┬╕ñ╣ñδñ╦ñ╧ÑΩÑ≤Ñ»ñ≥Ñ»ÑΩÑ├Ñ»ñ╖ñ╞ñ»ñ└ñ╡ññíú
*clickToSaveCancelledMessage: ÑΩÑ≤Ñ»ñ╬╩▌┬╕ñ≥╝ΦñΩ╛├ñ╖ñ▐ñ╖ñ┐íú
*noPreviousURLMessage: ┴░ñ╬╩╕╜±ñ╧ñóñΩñ▐ñ╗ñ≤íú
*noNextURLMessage: ╝íñ╬╩╕╜±ñ╧ñóñΩñ▐ñ╗ñ≤íú
*noHomeURLMessage: Ñ█í╝Ñαñ╬╩╕╜±ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤
*notOverImageMessage: ▓Φ┴ⁿñ╬╛σñ╦ñóñΩñ▐ñ╗ñ≤íú
*notOverLinkMessage: ÑΩÑ≤Ñ»ñ╬╛σñ╦ñóñΩñ▐ñ╗ñ≤íú
*noSearchStringMessage: ╕í║≈╩╕╗·╬≤ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*wrapSearchMessage: ╩╕╜±ñ╬╜¬ñ∩ñΩñ▐ñ╟╕í║≈ñ╖ñ▐ñ╖ñ┐; ñ╧ñ╕ñßñ½ñΘ╕í║≈ñ╖ñ▐ñ╣ñ½?
*wrapSearchBackwardMessage: ╩╕╜±ñ╬└Φ╞¼ñ▐ñ╟╕í║≈ñ╖ñ▐ñ╖ñ┐íú║╟╕σñ½ñΘ╕í║≈ñ╖ñ▐ñ╣ñ½?
*noAddressesMessage: ░╕└Φñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*noFileMessage: ╜╨╬╧Ñ╒ÑíÑñÑδñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*noPrintCommandMessage: ░⌡║■Ñ│Ñ▐Ñ≤Ñ╔ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*overwriteFileMessage: ñ╣ñ╟ñ╦ñóñδÑ╒ÑíÑñÑδ %s ñ╦╛σ╜±ñ¡ñ╖ñ▐ñ╣ñ½?
*bookmarksChangedMessage: Ñ╟ÑúÑ╣Ñ»╛σñ╬ñ╖ñ¬ñΩÑ╒ÑíÑñÑδñ╧╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣íú╛σ╜±ñ¡ñ╖ñ▐ñ╣ñ½?
*bookmarkConflictMessage: \
ñ╖ñ¬ñΩñ╬░∞═≈ñ╧╩▌┬╕ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íúÑ╟ÑúÑ╣Ñ»ñ½ñΘ╞╔ñ▀─╛ñ╖ñ▐ñ╣ñ½?
*bookmarksNoFormsMessage: \
ñ╖ñ¬ñΩñ╬░∞═≈ñ╦Ñ╒Ñ⌐í╝Ñαñ╬─≤╜╨ñ╬╖δ▓╠ñ╧─╔▓├ñ╟ñ¡ñ▐ñ╗ñ≤íú
*reallyQuitMessage: ╜¬╬╗ñ╖ñ╞╣╜ñññ▐ñ╗ñ≤ñ½?
*doubleInclusionMessage: \n\
╩╕╜±ñ≥ñ╣ñ╟ñ╦░·═╤ñ╖ñ╞ñññ▐ñ╣íú\n\
\n\
ñ▐ñ└░·═╤ñ╖ñ▐ñ╣ñ½?\n
*expireNowMessage: \
ñ╣ñ┘ñ╞ñ╬ÑΩÑ≤Ñ»ñ≥╦¼ñ∞ñ╞ñññ╩ñññ╚ñ¡ñ╬╛⌡┬╓ñ╦╠ßñ╖ñ▐ñ╣íú\n┬│ñ▒ñ▐ñ╣ñ½?
*clearMemCacheMessage: \
ÑßÑΓÑΩ Ñ¡ÑπÑ├Ñ╖Ñσñ╦ñóñδñ╣ñ┘ñ╞ñ╬Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ▐ñ╣íú\n┬│ñ▒ñ▐ñ╣ñ½?
*clearDiskCacheMessage: \
Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσñ╦ñóñδñ╣ñ┘ñ╞ñ╬Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ▐ñ╣íú\n┬│ñ▒ñ▐ñ╣ñ½?
*createCacheDirErrorMessage: \
Ñ¿ÑΘí╝: ▒╩┬│Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤:\n\
\n\
%s: %s.\n\
\n\
`ѬÑ╫Ñ╖ÑτÑ≤'ÑßÑ╦Ñσí╝ñ╬`Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▀─Ω'Ñ└ÑñÑóÑφÑ░ñ≥╗╚ñ├ñ╞íó\n\
┐╖ñ╖ññÑ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╗╪─Ωñ╖ñ╞ñ»ñ└ñ╡ññíú\n
*createdCacheDirMessage: \
Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ═╤ñ╬Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║ε└«ñ╖ñ▐ñ╖ñ┐:\n\
\n\
%s/\n\
\n\
`ѬÑ╫Ñ╖ÑτÑ≤'ÑßÑ╦Ñσí╝ñ╬`Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▀─Ω'Ñ└ÑñÑóÑφÑ░ñ≥╗╚ñ├ñ╞íó\n\
Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╩╤╣╣ñ╟ñ¡ñ▐ñ╣íú\n
*cacheNotDirMessage: \
Ñ¿ÑΘí╝: Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ═╤ñ╦╗╪─Ωñ╖ñ┐Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ╣α╠▄ñ╧\n\
┬╕║▀ñ╖ñ▐ñ╣ñ¼íóÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╧ñóñΩñ▐ñ╗ñ≤:\n\
\n\
%s\n\
\n\
`ѬÑ╫Ñ╖ÑτÑ≤'ÑßÑ╦Ñσí╝ñ╬`Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▀─Ω'Ñ└ÑñÑóÑφÑ░ñ≥╗╚ñ├ñ╞íó\n\
┐╖ñ╖ññÑ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╗╪─Ωñ╖ñ╞ñ»ñ└ñ╡ññíú\n
*cacheSuffixMessage: \
\n\
ѵí╝Ñ╢í╝ñ┤ñ╚ñ╦╩╠í╣ñ╬Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσñ≥═╤░╒ñ╖ñ╞ñ»ñ└ñ╡ññíú\n\
(/tmpñ╬ñΦñªñ╩)╢ª═¡Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╧ñ¬ñ╣ñ╣ñßñ╟ñ¡ñ▐ñ╗ñ≤íú\n\
\n\
╕╜║▀ñ╬║╟┬τÑ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╡ÑñÑ║ñ╧ %d Ñ¡ÑφÑ╨ÑñÑ╚ñ╟ñ╣íú\n\
`Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▀─Ω'Ñ└ÑñÑóÑφÑ░ñ╟Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╡ÑñÑ║ñ≥╩╤╣╣\n\
ñ╟ñ¡ñ▐ñ╣íú\n\
\n\
Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσñ≥╗╚═╤ñ╖ñ┐ñ»ñ╩ññ╛∞╣τñ╧íóÑ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ\n\
Ñ╡ÑñÑ║ñ≥ 0 ñ╦└▀─Ωñ╖ñ╞ñ»ñ└ñ╡ññíú╩╕╜±ñ╧íóÑßÑΓÑΩ Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╡ÑñÑ║ñ╬\n\
└▀─Ωñ╦▒■ñ╕ñ╞ÑßÑΓÑΩñ╦ñ╧Ñ¡ÑπÑ├Ñ╖Ñσñ╡ñ∞ñ▐ñ╣ñ¼íóÑ╟ÑúÑ╣Ñ»ñ╦ñ╧Ñ¡ÑπÑ├Ñ╖Ñσ\n\
ñ╡ñ∞ñ╩ñ»ñ╩ñΩñ▐ñ╣íúñ╜ñ╬ñ┐ñßíóÑ¡ÑπÑ├Ñ╖Ñσñ╧ Netscape ñ╬Ñ╗Ñ├Ñ╖ÑτÑ≤ñ¼╩╤ñ∩ñδ\n\
ñ┐ñ╙ñ╦╠╡╕·▓╜ñ╡ñ∞ñδñ│ñ╚ñ╦ñ╩ñΩñ▐ñ╣íú
*cubeTooSmallMessage: \
▓Φ┴ⁿñ≥Ñ╟ÑúÑ╢ñ╟╔╜╝¿ñ╣ñδѽÑΘí╝Ñ¡Ñσí╝Ñ╓ñ╦│ΣñΩ┼÷ñ╞ñΘñ∞ñδ\n\
Ñ╗Ñδñ¼ %d ╕─ñ╖ñ½ñóñΩñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íúñ╜ñ╬ñ┐ñßíó▓Φ┴ⁿñ╬╔╩╝┴ñ¼\n\
═εñ┴ñ╞ñññδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú\n\
\n\
▓Φ┴ⁿñ╬╔╩╝┴ñ≥╕■╛σñ╡ñ╗ñδñ╦ñ╧íó┬┐ñ»ñ╬┐ºñ≥╗╚═╤ñ╖ñ╞ñññδ\n\
╩╠ñ╬╝┬╣╘├µñ╬ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ≥╜¬╬╗ñ╖ñ╞íóNetscapeñ≥\n\
║╞╡»╞░ñ╡ñ╗ñδñ╚ñññª╩²╦íñ¼ñóñΩñ▐ñ╣íú\n\
\n\
ñóñδñññ╧íó`-install' Ñ│Ñ▐Ñ≤Ñ╔ÑΘÑñÑ≤ ѬÑ╫Ñ╖ÑτÑ≤ñ≥╗╪─Ωñ╖ñ╞\n\
Netscapeñ≥╡»╞░ñ╖íóÑ╫ÑΘÑñÑ┘í╝Ñ╚ ѽÑΘí╝Ñ▐Ñ├Ñ╫ñ≥╗╚═╤ñ╣ñδñ╚\n\
ñññª╩²╦íñΓñóñΩñ▐ñ╣íúñ│ñ╬╩²╦íñ╦ñ╧íóÑ╖Ñ╣Ñ╞Ñαñ╦ñΦñ├ñ╞ñ╧íó\n\
Ñ╒Ñ⌐í╝ѽÑ╣ñ≥╩╠ñ╬ѪÑúÑ≤Ñ╔Ѫñ╦░▄╞░ñ╣ñδñ╚íóѽÑΘí╝Ñ▐Ñ├Ñ╫ñ¼\n\
Ñ╒ÑΘÑ├Ñ╖Ñσñ╣ñδñ╚ñññª╖τ┼└ñ¼ñóñΩñ▐ñ╣íú
*renameInitFilesMessage: \
╕┼ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬Netscapeñ╬└▀─ΩÑ╒ÑíÑñÑδñ¼╗─ñ├ñ╞ñññ▐ñ╣;\n\
ñ│ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╬Netscapeñ╧╞▒ñ╕Ñ╒ÑíÑñÑδ╖┴╝░ñ≥╗╚═╤ñ╖ñ╞ñññ▐ñ╣ñ¼íó\n\
└▀─ΩÑ╒ÑíÑñÑδñ╬╠╛┴░ñ≥╩╤╣╣ñ╖ñ╞ñññ▐ñ╣íú╕┼ññ└▀─ΩÑ╒ÑíÑñÑδñ╬╠╛┴░ñ≥\n\
╩╤╣╣ñ╖ñ╞╗╚═╤ñ╖ñ▐ñ╣ñ½?
*unsentMailMessage: \
Ñßí╝Ñδñ≥ñ▐ñ└┴≈┐«ñ╖ñ╞ñññ▐ñ╗ñ≤íú┴≈┐«ñ╖ñ╩ñññ▐ñ▐╜¬╬╗ñ╖ñ╞ñΓ╣╜ñññ▐ñ╗ñ≤ñ½?
*binaryDocumentMessage: \
ñ│ñ╬╩╕╜±ñ╧Ñ╨ÑñÑ╩ÑΩ Ñ╟í╝Ñ┐ñ╟ñ╣; Ñ╜í╝Ñ╣ñ≥╔╜╝¿ñ╣ñδñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
! For Helper App Editor - Delete
*helperAppDeleteMessage: \
ñ│ñ╬ MIME Ñ┐ÑñÑ╫ñ≥║∩╜ⁿñ╖ñ╞ñΦñφñ╖ñññ╟ñ╣ñ½? ║ú╕σíóñ│ñ╬Ñ┐ÑñÑ╫ñ╬\n\
Ñ╒ÑíÑñÑδñ╧íóNetscape Plug-In ñ▐ñ┐ñ╧ Netscape Ñ╪ÑδÑ╤í╝ ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤\n\
ñ╟░╖ñªñ│ñ╚ñ¼ñ╟ñ¡ñ╩ñ»ñ╩ñΩñ▐ñ╣íú
!=============================================================================
*preeditType: overthespot
!*Netscape.preeditType: overthespot
! default titles for the TopLevelShell widgets.
! note that the title and icon title of Navigator windows are
! changed at runtime; these resources won't override that.
*title: Netscape
*iconName: Netscape
*Navigator.title: Netscape Navigator 3.01S
*Mail.title: Netscape Ñßí╝Ñδ
*Mail.iconName: Ñßí╝Ñδ
*Mail.preeditType:none
*News.title: Netscape Ñ╦Ñσí╝Ñ╣
*News.iconName: Ñ╦Ñσí╝Ñ╣
*News.preeditType:none
*Download.title: Netscape Ñ└ѪÑ≤Ñφí╝Ñ╔
*Download.iconName: Ñ└ѪÑ≤Ñφí╝Ñ╔
*Composition.title: Netscape ÑßÑ├Ñ╗í╝Ñ╕ñ╬║ε└«
*Composition.iconName: ÑßÑ├Ñ╗í╝Ñ╕ñ╬║ε└«
*Bookmark.title: Netscape: ñ╖ñ¬ñΩ
*Bookmark.iconName: ñ╖ñ¬ñΩ
*AddressBook.title: Netscape: ÑóÑ╔Ñ∞Ñ╣─ó
*AddressBook.iconName: ÑóÑ╔Ñ∞Ñ╣─ó
*Editor.title: Netscape: Ñ¿Ñ╟ÑúÑ┐
*Editor.iconName: Ñ¿Ñ╟ÑúÑ┐
*Editor*preeditType: offthespot
*popup.title.labelString: Netscape Ñ│Ñ▐Ñ≤Ñ╔:
*popup.back.labelString: ╠ßñδ(B)
*popup.back.mnemonic: B
*popup.forward.labelString: ┐╩ñα(F)
*popup.forward.mnemonic: F
*popup.home.labelString: Ñ█í╝Ñα
*popup.showMenubar.labelString: ÑßÑ╦Ñσí╝Ñ╨í╝ñ╬╔╜╝¿(M)
*popup.showMenubar.mnemonic: M
*popup.openURL.labelString: ÑΩÑ≤Ñ»ñ≥│½ñ»(O)
*popup.openURL.mnemonic: O
*popup.addURLBookmark.labelString: ÑΩÑ≤Ñ»ñ≥ñ╖ñ¬ñΩñ╦─╔▓├(A)
*popup.addURLBookmark.mnemonic: A
*popup.openURLNewWindow.labelString: ñ│ñ╬ÑΩÑ≤Ñ»ñ╟┐╖ñ╖ññѪÑúÑ≤Ñ╔Ѫñ≥│½ñ»(N)
*popup.openURLNewWindow.mnemonic: N
*popup.saveURL.labelString: ÑΩÑ≤Ñ»ñ≥╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕(S)
*popup.saveURL.mnemonic: S
*popup.copyURLToClip.labelString: ÑΩÑ≤Ñ»ñ≥Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╦Ñ│Ñ╘í╝(C)
*popup.copyURLToClip.mnemonic: C
*popup.openImage.labelString: ▓Φ┴ⁿñ≥│½ñ»(I)
*popup.openImage.mnemonic: I
*popup.saveImage.labelString: ▓Φ┴ⁿñ≥╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕(V)
*popup.saveImage.mnemonic: V
*popup.copyImageURLToClip.labelString: ▓Φ┴ⁿñ╬╛∞╜Ωñ≥Ñ│Ñ╘í╝(P)
*popup.copyImageURLToClip.mnemonic: P
*popup.loadDelayedImage.labelString: ▓Φ┴ⁿñ╬╞╔ñ▀╣■ñ▀
*popup*back.acceleratorText: Shift+Ctrl+Left
*popup*forward.acceleratorText: Shift+Ctrl+Right
*popup*saveURL.acceleratorText: Shift+Button1
*popup*openURL.acceleratorText: Button1
*popup*openURLNewWindow.acceleratorText:Button2
*popup.XmPushButtonGadget.marginLeft: 5
*popup.XmPushButtonGadget.marginRight: 5
*popup.XmPushButtonGadget.alignment: ALIGNMENT_BEGINNING
*popup.separator0.separatorType: SHADOW_ETCHED_IN
*popup.separator1.separatorType: SHADOW_ETCHED_IN
*popup.separator2.height: 5
*popup.separator2.separatorType: NO_LINE
*popup.separator3.separatorType: SHADOW_ETCHED_IN
*popup.separator4.separatorType: SHADOW_ETCHED_IN
*popup.separator5.separatorType: SHADOW_ETCHED_IN
!
! Convert from old version file formats
*convertQuestion_popup*OK.labelString: ╕┼ññ└▀─ΩÑ╒ÑíÑñÑδñ≥║∩╜ⁿ
*convertQuestion_popup*Cancel.labelString: ╕┼ññ└▀─ΩÑ╒ÑíÑñÑδñ≥╗─ñ╣
!
! Convert from old version file formats
*sendNow_popup*OK.labelString: ñ╧ññ
*sendNow_popup*Cancel.labelString: ñññññ¿
! Mail/News popup menus
!
*Mail*popup.title.labelString: Netscape Ñßí╝Ñδ
*News*popup.title.labelString: Netscape Ñ╦Ñσí╝Ñ╣
! News open News host dialog
!
*News*openNewsHost.title: Netscape: Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ≥│½ñ»
*News*openNewsHost*selectionLabelString: \
│½ñ»Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ╬╠╛┴░ñ╚Ñ▌í╝Ñ╚ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*News*openNewsHost*hostLabel.labelString: Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚:
*News*openNewsHost*hostLabel.alignment: ALIGNMENT_END
*News*openNewsHost*portLabel.labelString: Ñ▌í╝Ñ╚:
*News*openNewsHost*portLabel.leftOffset: 10
*News*openNewsHost*portLabel.alignment: ALIGNMENT_END
*News*openNewsHost*secure.labelString: ╩▌╕ε╔╒ñ¡
*News*openNewsHost*secure.topOffset: 10
*News*openNewsHost*portText.columns: 5
*News*openNewsHost*okLabelString: ╬╗▓≥
*News*openNewsHost*applyLabelString: ┼¼═╤
*News*openNewsHost*cancelLabelString: ╝Φ╛├
*history_popup.title: Netscape: ═·╬≥
*history_popup*listLabelString: ñ│ñ∞ñ▐ñ╟ñññ┐╛∞╜Ω...
*history_popup*OK.labelString: Ñ╕ÑπÑ≤Ñ╫
*history_popup*OkLabelString: Ñ╕ÑπÑ≤Ñ╫
*history_popup*Cancel.labelString: ╩─ñ╕ñδ
*history_popup*CancelLabelString: ╩─ñ╕ñδ
*history_popup*Apply.labelString: ñ╖ñ¬ñΩñ≥║ε└«
*history_popup*ApplyLabelString: ñ╖ñ¬ñΩñ≥║ε└«
*source_popup.title: Netscape: Ñ╜í╝Ñ╣ñ╬╔╜╝¿
*source_popup*save.labelString: ╩▌┬╕
*source_popup*OK.labelString: ╬╗▓≥
*source_popup*text.editable: False
*source_popup*text.cursorPositionVisible: False
*source_popup*text.wordWrap: True
*source_popup*text.scrollHorizontal: False
*source_popup*urlLabel.labelString: ╛∞╜Ω:
*source_popup*titleLabel.labelString: ╔╜┬Ω:
*source_popup*titleLabel.leftOffset: 0
*source_popup*titleLabel.rightOffset: 4
*source_popup*titleLabel.alignment: ALIGNMENT_END
*source_popup*urlLabel.topOffset: 0
*source_popup*urlLabel.leftOffset: 0
*source_popup*urlLabel.rightOffset: 4
*source_popup*urlLabel.alignment: ALIGNMENT_END
*source_popup*titleText.leftOffset: 0
*source_popup*titleText.rightOffset: 0
*source_popup*urlText.leftOffset: 0
*source_popup*urlText.rightOffset: 0
*source_popup*text.leftOffset: 0
*source_popup*text.rightOffset: 0
*source_popup*XmScrolledWindow.topOffset: 8
*source_popup*text.columns: 80
*source_popup*text.rows: 20
*docinfo_popup.title: Netscape: ╩╕╜±╛≡╩≤
*docinfo_popup*OK.labelString: ╬╗▓≥
*docinfo_popup*titleLabel.labelString: ╔╜┬Ω:
*docinfo_popup*urlLabel.labelString: ╛∞╜Ω:
*docinfo_popup*modifiedLabel.labelString: ║╟╜¬╣╣┐╖╞ⁿ╗■:
*docinfo_popup*sourceLabel.labelString: ╩╕╜±ñ╬Ñ╜í╝Ñ╣:
*docinfo_popup*charsetLabel.labelString: ╩╕╗·Ñ│í╝Ñ╔ Ñ╗Ñ├Ñ╚:
*docinfo_popup*dpyLabel.labelString: Ñ╙Ñ╕ÑσÑóÑδ:
*docinfo_popup*securityFrame.label.labelString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╛≡╩≤
*docinfo_popup*certificateLabel.labelString: Ñ╡í╝Ñ╨╛┌╠└╜±
*docinfo_popup*certificateText.columns: 60
*docinfo_popup*certificateText.rows: 6
*docinfo_popup*certificateText.wordWrap: True
*docinfo_popup*certificateText.scrollHorizontal:False
*docinfo_popup*scrollBarDisplayPolicy: AS_NEEDED
*docinfo_popup*scrollingPolicy: AUTOMATIC
*docinfo_popup*securityText.wordWrap: True
*docinfo_popup*securityText.scrollHorizontal: False
*docinfo_popup*urlLabel.topOffset: 0
*docinfo_popup*urlLabel.leftOffset: 0
*docinfo_popup*urlLabel.rightOffset: 4
*docinfo_popup*urlLabel.alignment: ALIGNMENT_END
*docinfo_popup*titleLabel.leftOffset: 0
*docinfo_popup*titleLabel.rightOffset: 4
*docinfo_popup*titleLabel.alignment: ALIGNMENT_END
*docinfo_popup*modifiedLabel.topOffset: 0
*docinfo_popup*modifiedLabel.leftOffset: 0
*docinfo_popup*modifiedLabel.rightOffset: 4
*docinfo_popup*modifiedLabel.alignment: ALIGNMENT_END
*docinfo_popup*charsetLabel.topOffset: 0
*docinfo_popup*charsetLabel.leftOffset: 0
*docinfo_popup*charsetLabel.rightOffset: 4
*docinfo_popup*charsetLabel.alignment: ALIGNMENT_END
*docinfo_popup*sourceLabel.topOffset: 0
*docinfo_popup*sourceLabel.leftOffset: 0
*docinfo_popup*sourceLabel.rightOffset: 4
*docinfo_popup*sourceLabel.alignment: ALIGNMENT_END
! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
*docinfo_popup*dpyLabel.topOffset: 5
*docinfo_popup*dpyLabel.leftOffset: 0
*docinfo_popup*dpyLabel.rightOffset: 4
*docinfo_popup*dpyLabel.alignment: ALIGNMENT_END
*docinfo_popup*dpyText.rows: 3
*docinfo_popup*dpyText.columns: 48
*docinfo_popup*titleText.columns: 40
*docinfo_popup*securityFrame.topOffset: 10
*docinfo_popup*keyDescLabel.leftOffset: 14
*docinfo_popup*keyDescLabel.rightOffset: 14
*docinfo_popup*keyDescLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*certificateLabel.leftOffset: 10
*docinfo_popup*certificateLabel.rightOffset: 10
*docinfo_popup*certificateLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*securityLabel.leftOffset: 14
*docinfo_popup*securityLabel.rightOffset: 14
*docinfo_popup*securityLabel.alignment: ALIGNMENT_BEGINNING
*docinfo_popup*XmScrolledWindow.leftOffset: 10
*docinfo_popup*XmScrolledWindow.rightOffset: 10
*docinfo*noSecurityMessage:\
ñ│ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╬ Netscape ñ╦ñ╧Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╡í╣╜ñ╧┴╚ñ▀╣■ñ▐ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*docinfo*securityLabel.labelString:\
Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╡í╣╜ñ╧íóÑ╡í╝Ñ╨í╝ñ╬╟º╛┌íó░┼╣µñ≥╗╚ñ├ñ┐Ñ╫ÑΘÑñÑ╨í╝Ñ╖╩▌╕εíóÑ╟í╝Ñ┐╩▌┴┤\n\
ñ╦ñΦñΩíó╝⌡┐«ñ╖ñ┐ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚╩╕╜±ñ¬ñΦñ╙┴≈┐«ñ╖ñ┐╛≡╩≤ñ≥╩▌╕εñ╖ñ▐ñ╣íú╩╕╜±ñ╬\n\
Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╛⌡┬╓ñ╧íóÑ╣Ñ╞í╝Ñ┐Ñ╣ Ñ╨í╝ñ╬Ñ¡í╝ ÑóÑñÑ│Ñ≤ñ¼▓⌡ñ∞ñ╞ñññ╩ñññ½ñ╔ñªñ½íó\n\
ñΓñ╖ñ»ñ╧íó╔╜╝¿╬╬░Φñ╬╛σñ╦ñóñδѽÑΘí╝Ñ╨í╝ñ╦ñΦñ├ñ╞ñ∩ñ½ñΩñ▐ñ╣(└─┐º: ╩▌╕ε╔╒ñ¡,\n\
│Ñ┐º: ╩▌╕εñ╩ñ╖)íú╛▄ñ╖ñ»ñ╧Ñ╧Ñ≤Ñ╔Ñ╓Ñ├Ñ»ñΓñ╖ñ»ñ╧ `Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╦ñ─ñññ╞' ñ╬\n\
Ñ┌í╝Ñ╕ñ≥ñ¬╞╔ñ▀ñ»ñ└ñ╡ññíú
*bmPreferences_popup.title: Netscape: ñ╖ñ¬ñΩ
*bmPreferences_popup*frame1label.labelString: ñ╖ñ¬ñΩñ≥─╔▓├
*bmPreferences_popup*frame2label.labelString: ñ╖ñ¬ñΩ ÑßÑ╦Ñσí╝
*bmPreferences_popup*addbm_option.labelString: \
Ñ╪Ñ├Ñ└í╝ñ╦ñ╖ñ¬ñΩñ≥─╔▓├
*bmPreferences_popup*bmmenu_option.labelString: \
ñ╖ñ¬ñΩ ÑßÑ╦Ñσí╝ñ╟Ñ╪Ñ├Ñ└í╝ñ≥╔╜╝¿
*bmPreferences_popup*addbm_default.labelString: Ñ╚Ñ├Ñ╫Ñ∞Ñ┘Ñδñ╦─╔▓├
*bmPreferences_popup*bmmenu_default.labelString: Ñ╚Ñ├Ñ╫Ñ∞Ñ┘Ñδñ╬Ñ╪Ñ├Ñ└í╝
*bookmarksWhatsChanged*button_0.labelString: ñ╣ñ┘ñ╞ñ╬ñ╖ñ¬ñΩ
*bookmarksWhatsChanged*button_1.labelString: ┴¬┬≥ñ╖ñ┐ñ╖ñ¬ñΩ
*bookmarksWhatsChanged*start.labelString: │½╗╧
*bookmarksWhatsChanged*cancel.labelString: ╝Φ╛├
*bookmarksWhatsChanged*title.labelString: ║╟┐╖╛≡╩≤
*bookmarksWhatsChanged.width: 400
*bookmarksWhatsChanged.minWidth: 400
*bookmarksWhatsChanged.maxWidth: 400
*bookmarksWhatsChanged.height: 300
*bookmarksWhatsChanged.minHeight: 300
*bookmarksWhatsChanged.maxHeight: 300
*bookmarksWhatsChanged*okLabelString: ╬╗▓≥
*bookmarksWhatsChanged*cancelLabelString: ╝Φ╛├
*mailto_field*fromLabel.labelString: ║╣╜╨┐═:
*mailto_field*replyToLabel.labelString: ╩╓┐«:
*mailto_field*toLabel.labelString: ░╕└Φ:
*mailto_field*ccLabel.labelString: ѽí╝Ñ▄Ñ≤ Ñ│Ñ╘í╝:
*mailto_field*bccLabel.labelString: Ñ╓ÑΘÑñÑ≤Ñ╔ ѽí╝Ñ▄Ñ≤ Ñ│Ñ╘í╝:
*mailto_field*fccLabel.labelString: Ñ╒ÑíÑñÑδ ѽí╝Ñ▄Ñ≤ Ñ│Ñ╘í╝:
*mailto_field*newsgroupsLabel.labelString: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫:
*mailto_field*followupToLabel.labelString: Ñ╒Ñ⌐Ñφí╝└Φ:
*mailto_field*subjectLabel.labelString: ╖∩╠╛:
*mailto_field*attachmentsLabel.labelString: ┼║╔╒:
*mailto_field*attachButton.labelString: ┼║╔╒...
*mailto_field*browseButton.labelString: ╗▓╛╚...
*mailto_bodyText.wordWrap: True
*mailto_bodyText.scrollHorizontal: False
*mailto_field*attachButton.marginWidth: 10
*mailto_field*fromLabel.alignment: ALIGNMENT_END
*mailto_field*replyToLabel.alignment: ALIGNMENT_END
*mailto_field*toLabel.alignment: ALIGNMENT_END
*mailto_field*ccLabel.alignment: ALIGNMENT_END
*mailto_field*bccLabel.alignment: ALIGNMENT_END
*mailto_field*fccLabel.alignment: ALIGNMENT_END
*mailto_field*newsgroupsLabel.alignment: ALIGNMENT_END
*mailto_field*followupToLabel.alignment: ALIGNMENT_END
*mailto_field*subjectLabel.alignment: ALIGNMENT_END
*mailto_field*attachmentsLabel.alignment: ALIGNMENT_END
! This is 72 rather than 79 or 80 because the width of the window controls
! when word wrapping should occur; the Motif text area has no mechanism for
! wrapping at a column other than the last one. So, if we want a fill-column
! of N, the window must be N wide. Note that wrapping must occur before 80:
! sending out lines with 80 characters on them is antisocial, as many programs
! and terminals (including emacs) can only display 79 characters without
! wrapping. Wrapping at 72 is better than wrapping at 79 because it leaves
! room for further followups to quote the lines with ">" without causing
! lines to wrap.
!
! Note that, in the composition window, lines beginning with ">" will not
! be wrapped at all, despite the appearance on the screen. So just because
! it looks like the quoted text has been mangled, doesn't mean it has.
!
*mailto_bodyText.columns: 40
*mailto_bodyText.rows: 15
! Some people just aren't too hip.
!*defaultMailtoText: Hey, check out this cool URL:\n\n
*attach_popup.title: Netscape: ╩╕╜±ñ╬┼║╔╒
*attach_popup*attach.Cancel.labelString: ╝Φ╛├
*attach_popup*list.visibleItemCount: 10
*attach_popup*messagebox.bottomOffset: 50
*attach_popup*attachLocation.labelString: ╛∞╜Ω(URL)ñ≥┼║╔╒
*attach_popup*attachFile.labelString: Ñ╒ÑíÑñÑδñ≥┼║╔╒...
*attach_popup*delete.labelString: ║∩╜ⁿ
*attach_popup*label.labelString: ┼║╔╒:
*attach_popup*sourceToggle.labelString: ñ╜ñ╬ñ▐ñ▐
*attach_popup*textToggle.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬ñ▀
*attach_popup*postscriptToggle.labelString: PostScript
*attach_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
*attach_popup*indicatorType: ONE_OF_MANY
*attach_popup*attachLocation.bottomOffset: 10
*attach_popup*label.bottomOffset: 10
*attach_popup*sourceToggle.leftOffset: 10
*attach_popup*textToggle.leftOffset: 10
*attach_popup*postscriptToggle.leftOffset: 10
*location_popup.title: Netscape: URL ┼║╔╒
*location_popup*XmLabelGadget.alignment: ALIGNMENT_BEGINNING
*location_popup*label.labelString: ┼║╔╒ñ╣ñδ╛∞╜Ωñ≥╗╪─Ωñ╖ñ╞ñ»ñ└ñ╡ññ:
*location_popup*locationLabel.labelString: ╛∞╜Ω (URL):
*location_popup*locationText.columns: 40
*location_popup*locationText.leftOffset: 20
*formatType*none.labelString: ┼║╔╒ñ╩ñ╖
*formatType*text.labelString: ╩╕╗·
*formatType*formattedText.labelString: └░╖┴║╤ñ▀Ñ╞Ñ¡Ñ╣Ñ╚
*formatType*html.labelString: Ñ╜í╝Ñ╣
*formatType*tree.labelString: Ñ╜í╝Ñ╣ñ╚▓Φ┴ⁿ
*formatType*ps.labelString: PostScript
*formatType*url.labelString: URL ñ╬ñ▀
! ============================== Preferences ================================
! Resources for top-level
*general_prefs_popup.title: Netscape: ┴┤╚╠ñ╬└▀─Ω
*general_prefs*OkLabelString: ╬╗▓≥
*general_prefs*Apply.labelString: ╝Φ╛├
*general_prefs*ApplyLabelString: ╝Φ╛├
*general_prefs*Cancel.labelString: ╔╕╜α└▀─Ω
*general_prefs*CancelLabelString: ╔╕╜α└▀─Ω
!*general_prefs_popup*preeditType: none
*mailnews_prefs_popup.title: Netscape: Ñßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣ñ╬└▀─Ω
*mailnews_prefs*OkLabelString: ╬╗▓≥
*mailnews_prefs*Apply.labelString: ╝Φ╛├
*mailnews_prefs*ApplyLabelString: ╝Φ╛├
*mailnews_prefs*Cancel.labelString: ╔╕╜α└▀─Ω
*mailnews_prefs*CancelLabelString: ╔╕╜α└▀─Ω
!*mailnews_prefs_popup*preeditType: none
*network_prefs_popup.title: Netscape: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▀─Ω
*network_prefs*OkLabelString: ╬╗▓≥
*network_prefs*Apply.labelString: ╝Φ╛├
*network_prefs*ApplyLabelString: ╝Φ╛├
*network_prefs*Cancel.labelString: ╔╕╜α└▀─Ω
*network_prefs*CancelLabelString: ╔╕╜α└▀─Ω
!*network_prefs_popup*preeditType: none
*security_prefs_popup.title: Netscape: Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬└▀─Ω
*security_prefs*OkLabelString: ╬╗▓≥
*security_prefs*Apply.labelString: ╝Φ╛├
*security_prefs*ApplyLabelString: ╝Φ╛├
*security_prefs*Cancel.labelString: ╔╕╜α└▀─Ω
*security_prefs*CancelLabelString: ╔╕╜α└▀─Ω
!*security_prefs_popup*preeditType: none
! Preferences: Applications
!
*general_prefs*appsFrame*appsBoxLabel.labelString: ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤
*general_prefs*appsFrame.topOffset: 10
*general_prefs*appsFrame.leftOffset: 10
*general_prefs*appsFrame.rightOffset: 10
*general_prefs*appsFrame.bottomOffset: 10
*general_prefs*appsFrame*telnetLabel.labelString: Telnet ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤:
*general_prefs*appsFrame*tn3270Label.labelString: TN3270 ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤:
*general_prefs*appsFrame*rloginLabel.labelString: Rlogin ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤:
*general_prefs*appsFrame*rloginUserLabel.labelString: Rlogin ñ╬ѵí╝Ñ╢:
*general_prefs*appsFrame*appsFrame.topOffset: 10
*general_prefs*appsFrame*rloginUserText.bottomOffset: 10
*general_prefs*appsFrame*XmLabel.alignment: ALIGNMENT_END
*general_prefs*appsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*general_prefs*appsFrame*telnetText.rightOffset: 10
*general_prefs*appsFrame*tmpLabel.labelString: ░∞╗■Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ:
*general_prefs*appsFrame*tmpBrowse.labelString: ╗▓╛╚...
*general_prefs*appsFrame*tmpText.bottomOffset: 10
*general_prefs*appsFrame*tmpText.rightOffset: 10
*general_prefs*appsFrame*tmpBrowse.rightOffset: 10
! Preferences: Cache
!
*network_prefs*cacheFrame*cacheBoxLabel.labelString: Ñ¡ÑπÑ├Ñ╖Ñσ
*network_prefs*cacheFrame.topOffset: 10
*network_prefs*cacheFrame.leftOffset: 10
*network_prefs*cacheFrame.rightOffset: 10
*network_prefs*cacheFrame.bottomOffset: 10
*network_prefs*cacheFrame*memoryLabel.labelString: ÑßÑΓÑΩ Ñ¡ÑπÑ├Ñ╖Ñσ:
*network_prefs*cacheFrame*diskLabel.labelString: Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ:
*network_prefs*cacheFrame*dirLabel.labelString: Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ:
*network_prefs*cacheFrame*verifyLabel.labelString: ╩╕╜±ñ╬│╬╟º:
*network_prefs*cacheFrame*onceToggle.labelString: Ñ╗Ñ├Ñ╖ÑτÑ≤╦Φ
*network_prefs*cacheFrame*everyToggle.labelString: ╦Φ▓≤
*network_prefs*cacheFrame*expiredToggle.labelString: ñ╖ñ╩ññ
*network_prefs*cacheFrame*cacheSSLToggle.labelString: \
SSLñ≥─╠ñ╕ñ╞╞└ñΘñ∞ñ┐Ñ┌í╝Ñ╕ñ╬╗²┬│Ñ¡ÑπÑ├Ñ╖Ñσñ≥═¡╕·ñ╦ñ╣ñδ
*network_prefs*cacheFrame*cacheSSLToggle.indicatorType: XmN_OF_MANY
*network_prefs*cacheFrame*browse.labelString: ╗▓╛╚...
*network_prefs*cacheFrame*k.labelString: Ñ¡ÑφÑ╨ÑñÑ╚
*network_prefs*cacheFrame*memClear.labelString: ÑßÑΓÑΩ Ñ¡ÑπÑ├Ñ╖Ñσñ≥Ñ»ÑΩÑó
*network_prefs*cacheFrame*diskClear.labelString: Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσñ≥Ñ»ÑΩÑó
*network_prefs*cacheFrame*memoryText.columns: 6
*network_prefs*cacheFrame*diskText.columns: 6
*network_prefs*cacheFrame*cacheDirText.columns: 15
*network_prefs*cacheFrame*alignment: ALIGNMENT_BEGINNING
*network_prefs*cacheFrame*memoryLabel.alignment: ALIGNMENT_END
*network_prefs*cacheFrame*diskLabel.alignment: ALIGNMENT_END
*network_prefs*cacheFrame*dirLabel.alignment: ALIGNMENT_END
*network_prefs*cacheFrame*verifyLabel.alignment: ALIGNMENT_END
*network_prefs*cacheFrame*memClear.leftOffset: 25
*network_prefs*cacheFrame*diskClear.leftOffset: 25
*network_prefs*cacheFrame*browse.rightOffset: 10
*network_prefs*cacheFrame*browse.bottomOffset: 10
*network_prefs*cacheFrame*memoryText.bottomOffset: 10
*network_prefs*cacheFrame*onceToggle.bottomOffset: 10
*network_prefs*cacheFrame*cacheDirText.bottomOffset: 10
*network_prefs*cacheFrame*indicatorType: ONE_OF_MANY
*network_prefs*cacheFrame*browse.marginWidth: 10
*network_prefs*cacheFrame*memClear.marginWidth: 10
*network_prefs*cacheFrame*diskClear.marginWidth: 10
! Preferences: Colors
!
! Preferences: Composition
!
*mailnews_prefs*XmFrame.XmLabel.leftOffset: 10
*mailnews_prefs*XmFrame.XmLabel.topOffset: -4
*mailnews_prefs*XmFrame.topOffset: 10
*mailnews_prefs*XmFrame.leftOffset: 10
*mailnews_prefs*XmFrame.rightOffset: 10
*mailnews_prefs*XmFrame.bottomOffset: 10
*mailnews_prefs*composeFrame*composeBoxLabel.labelString: \
Ñßí╝Ñδñ¬ñΦñ╙Ñ╦Ñσí╝Ñ╣ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥║ε└«ñ╣ñδñ╚ñ¡
*mailnews_prefs*composeFrame*8bitLabel.labelString: ┴≈┐«ñ╚┼Ω╣╞:
*mailnews_prefs*composeFrame*8bitToggle.labelString: 8 Ñ╙Ñ├Ñ╚
*mailnews_prefs*composeFrame*8bitToggle.bottomOffset: 4
*mailnews_prefs*composeFrame*qpToggle.labelString:\
MIME ╜α╡≥ (Quoted Printable)
*mailnews_prefs*composeFrame*8bitToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*composeFrame*qpToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*composeFrame*deliverLabel.labelString: Ñßí╝Ñδñ≥┴≈┐«:
*mailnews_prefs*composeFrame*deliverAutoToggle.labelString: ╝½╞░┼¬ñ╦
*mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*composeFrame*deliverQToggle.labelString: \
┴≈┐«Ñ╚Ñ∞Ñññ╦╞■ñ∞╝Ω╞░ñ╟╟█├ú
*mailnews_prefs*composeFrame*deliverQToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString: \
╛∩ñ╦┴≈┐«ÑßÑ├Ñ╗í╝Ñ╕ñ╬Ñ│Ñ╘í╝ñ≥╟█├ú:
*mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString: Ñßí╝Ñδ ÑßÑ├Ñ╗í╝Ñ╕:
*mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString: ╦▄┐═
*mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString: ñ╜ñ╬┬╛ñ╬ÑóÑ╔Ñ∞Ñ╣:
*mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString: Ñ╦Ñσí╝Ñ╣ ÑßÑ├Ñ╗í╝Ñ╕:
*mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString: ╦▄┐═
*mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString: ñ╜ñ╬┬╛ñ╬ÑóÑ╔Ñ∞Ñ╣:
*mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset: 10
*mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset: 10
*mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset: 10
*mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString: \
╛∩ñ╦┴≈┐«ÑßÑ├Ñ╗í╝Ñ╕ñ╬Ñ│Ñ╘í╝ñ≥╟█├ú:
*mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString: Ñßí╝Ñδ ÑßÑ├Ñ╗í╝Ñ╕:
*mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString: Ñ╦Ñσí╝Ñ╣ ÑßÑ├Ñ╗í╝Ñ╕:
*mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString: ╗▓╛╚...
*mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString: ╗▓╛╚...
*mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset: 10
*mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset: 10
*mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10
*mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset: 10
*mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10
! Preferences: Servers
!
*mailnews_prefs*outMailFrame*outMailBoxLabel.labelString: Ñßí╝Ñδñ╬┴≈┐«
*mailnews_prefs*outMailFrame.topOffset: 10
*mailnews_prefs*outMailFrame.leftOffset: 10
*mailnews_prefs*outMailFrame.rightOffset: 10
*mailnews_prefs*outMailFrame.bottomOffset: 10
*mailnews_prefs*outMailFrame*smtpText.topOffset: 10
*mailnews_prefs*outMailFrame*smtpText.rightOffset: 10
*mailnews_prefs*outMailFrame*smtpLabel.labelString: SMTP Ñ╡í╝Ñ╨:
*mailnews_prefs*inMailFrame*inMailBoxLabel.labelString: Ñßí╝Ñδñ╬╝⌡┐«
*mailnews_prefs*inMailFrame.topOffset: 10
*mailnews_prefs*inMailFrame.leftOffset: 10
*mailnews_prefs*inMailFrame.rightOffset: 10
*mailnews_prefs*inMailFrame.bottomOffset: 10
*mailnews_prefs*inMailFrame.mailFrame.topOffset: 10
*mailnews_prefs*inMailFrame*limitLabel.labelString: ║╟┬τÑßÑ├Ñ╗í╝Ñ╕─╣:
*mailnews_prefs*inMailFrame*msgLabel.labelString: ╟█┴≈╕σ:
*mailnews_prefs*inMailFrame*checkLabel.labelString: Ñßí╝Ñδñ╬│╬╟º:
*mailnews_prefs*inMailFrame*movemailLabel.labelString: Movemail ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤:
*mailnews_prefs*inMailFrame*movemailText.rightOffset: 10
*mailnews_prefs*inMailFrame*movemailText.bottomOffset: 10
*mailnews_prefs*inMailFrame*movemailBrowse.labelString: ╗▓╛╚...
*mailnews_prefs*inMailFrame*userLabel.labelString: ѵí╝Ñ╢╠╛:
*mailnews_prefs*inMailFrame*userText.rightOffset: 10
*mailnews_prefs*inMailFrame*srvrLabel.labelString: Ñ╡í╝Ñ╨:
*mailnews_prefs*inMailFrame*srvrText.topOffset: 10
*mailnews_prefs*inMailFrame*srvrText.rightOffset: 10
*mailnews_prefs*inMailFrame*sysLabel.labelString: Ñßí╝Ñδ Ñ╖Ñ╣Ñ╞Ñα:
*mailnews_prefs*inMailFrame*noLimit.labelString: ñ╩ñ╖
*mailnews_prefs*inMailFrame*msgLimit.labelString: ║╟┬τ:
*mailnews_prefs*inMailFrame*limitSuffix.labelString: Ñ╨ÑñÑ╚
*mailnews_prefs*inMailFrame*checkSuffix.labelString: ╩¼┤╓│╓
*mailnews_prefs*inMailFrame*msgRemove.labelString: Ñ╡í╝Ñ╨ñ½ñΘ║∩╜ⁿ
*mailnews_prefs*inMailFrame*msgLeave.labelString: Ñ╡í╝Ñ╨í╝ñ╦╗─ñ╣
*mailnews_prefs*inMailFrame*checkEvery.labelString: ñ╣ñδ:
*mailnews_prefs*inMailFrame*checkEvery.bottomOffset: 10
*mailnews_prefs*inMailFrame*checkNever.labelString: ñ╖ñ╩ññ
*mailnews_prefs*inMailFrame*checkText.columns: 3
*mailnews_prefs*inMailFrame*mailDirLabel.labelString: Ñßí╝Ñδ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ:
*mailnews_prefs*inMailFrame*mailDirText.bottomOffset: 10
*mailnews_prefs*inMailFrame*mailDirBrowse.labelString: ╗▓╛╚...
*mailnews_prefs*inMailFrame*limitText.columns: 5
*mailnews_prefs*inMailFrame*externalToggle.labelString: │░╔⌠ Movemail:
*mailnews_prefs*inMailFrame*builtinToggle.labelString: ┴╚ñ▀╣■ñ▀ Movemail
*mailnews_prefs*inMailFrame*popToggle.labelString: POP3:
*mailnews_prefs*inMailFrame*popToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*inMailFrame*moveToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*inMailFrame*builtinToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*inMailFrame*externalToggle.indicatorType: ONE_OF_MANY
*mailnews_prefs*inMailFrame*XmLabel.alignment: ALIGNMENT_END
*mailnews_prefs*inMailFrame*XmLabelGadget.alignment: ALIGNMENT_END
*mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10
*mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10
*mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10
*mailnews_prefs*inMailFrame*indicatorType: ONE_OF_MANY
!*mailnews_prefs*inMailFrame*tmpLabel.labelString:
!*mailnews_prefs*inMailFrame*bookLabel.labelString:
! Preferences: Fonts
!
*general_prefs*fontsFrame*fontsBoxLabel.labelString: Ñ╒Ñ⌐Ñ≤Ñ╚ñ╚╩╕╗·Ñ│í╝Ñ╔Ñ╗Ñ├Ñ╚
*general_prefs*fontsFrame.topOffset: 10
*general_prefs*fontsFrame.leftOffset: 10
*general_prefs*fontsFrame.rightOffset: 10
*general_prefs*fontsFrame.bottomOffset: 10
*general_prefs*fontsFrame*encodingLabel.labelString: Ñ╒Ñ⌐Ñ≤Ñ╚ñ≥╗╪─Ωñ╣ñδ╩╕╗·Ñ╗Ñ├Ñ╚:
*general_prefs*fontsFrame*proportionalLabel.labelString: \
Ñ╫ÑφÑ▌í╝Ñ╖ÑτÑ╩Ñδ Ñ╒Ñ⌐Ñ≤Ñ╚:
*general_prefs*fontsFrame*propSizeLabel.labelString: Ñ╡ÑñÑ║:
*general_prefs*fontsFrame*propSizeToggle.labelString: Ñ╣Ñ▒í╝ÑΩÑ≤Ñ░ñ≥═¡╕·ñ╦ñ╣ñδ
*general_prefs*fontsFrame*fixedLabel.labelString: ┼∙╔²Ñ╒Ñ⌐Ñ≤Ñ╚:
*general_prefs*fontsFrame*fixedSizeLabel.labelString: Ñ╡ÑñÑ║:
*general_prefs*fontsFrame*fixedSizeToggle.labelString: Ñ╣Ñ▒í╝ÑΩÑ≤Ñ░ñ≥═¡╕·ñ╦ñ╣ñδ
*general_prefs*fontsFrame*0.labelString: ñ╜ñ╬┬╛
*general_prefs*fontsFrame*encodingLabel.alignment: ALIGNMENT_END
*general_prefs*fontsFrame*encodingLabel.topOffset: 10
*general_prefs*fontsFrame*proportionalLabel.alignment: ALIGNMENT_END
*general_prefs*fontsFrame*propSizeField.columns: 5
*general_prefs*fontsFrame*propSizeField.rightOffset: 10
*general_prefs*fontsFrame*fixedLabel.alignment: ALIGNMENT_END
*general_prefs*fontsFrame*fixedSizeField.columns: 5
*general_prefs*fontsFrame*fixedSizeField.rightOffset: 10
! Preferences: Appearance (Mail & News)
!
*mailnews_prefs*msgFrame*msgBoxLabel.labelString: ÑßÑ├Ñ╗í╝Ñ╕ñ╬╔╜╝¿
*mailnews_prefs*msgFrame.topOffset: 10
*mailnews_prefs*msgFrame.leftOffset: 10
*mailnews_prefs*msgFrame.rightOffset: 10
*mailnews_prefs*msgFrame.bottomOffset: 10
*mailnews_prefs*msgFrame*qstyleLabel.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬Ñ╣Ñ┐ÑñÑδ:
*mailnews_prefs*msgFrame*qsizeLabel.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬Ñ╡ÑñÑ║:
*mailnews_prefs*msgFrame*qcolorLabel.labelString: Ñ╞Ñ¡Ñ╣Ñ╚ñ╬┐º:
*mailnews_prefs*msgFrame*quotedLabel.labelString: \
>ñ╟ñ╧ñ╕ñ▐ñδ░·═╤╔⌠╩¼ñ╧╝íñ╬╜±╝░ñ╟╔╜╝¿ñ╡ñ∞ñ▐ñ╣
*mailnews_prefs*msgFrame*fixedLabel.labelString: \
ÑßÑ├Ñ╗í╝Ñ╕ñ¬ñΦñ╙╡¡╗÷ñ╬╔╜╝¿ñ╦╗╚═╤ñ╣ñδÑ╒Ñ⌐Ñ≤Ñ╚:
*mailnews_prefs*msgFrame*qstyleLabel.alignment: ALIGNMENT_END
*mailnews_prefs*msgFrame*qsizeLabel.alignment: ALIGNMENT_END
*mailnews_prefs*msgFrame*qcolorLabel.alignment: ALIGNMENT_END
*mailnews_prefs*msgFrame*varMsgFont.labelString: Ñ╫ÑφÑ▌í╝Ñ╖ÑτÑ╩Ñδ Ñ╒Ñ⌐Ñ≤Ñ╚
*mailnews_prefs*msgFrame*fixedMsgFont.labelString: ┼∙╔²Ñ╒Ñ⌐Ñ≤Ñ╚
*mailnews_prefs*msgFrame*plain.labelString: ╔╕╜α
*mailnews_prefs*msgFrame*normal.labelString: ╔╕╜α
*mailnews_prefs*msgFrame*bold.labelString: ┬└╗·
*mailnews_prefs*msgFrame*italic.labelString: ╝╨┬╬
*mailnews_prefs*msgFrame*boldItalic.labelString: ╝╨┬╬ ┬└╗·
*mailnews_prefs*msgFrame*bigger.labelString: ┬τñ¡ñß
*mailnews_prefs*msgFrame*smaller.labelString: ╛«ñ╡ñß
*mailnews_prefs*msgFrame*qcolorText.columns: 20
*mailnews_prefs*msgFrame*fixedMsgLabel.topOffset: 10
*mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset: 10
*mailnews_prefs*msgFrame*varMsgLabel.topOffset: 10
*mailnews_prefs*msgFrame*varMsgLabel.leftOffset: 10
*mailnews_prefs*msgFrame*plain.topOffset: 10
*mailnews_prefs*msgFrame*indicatorType: ONE_OF_MANY
*mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset: 40
*mailnews_prefs*msgFrame*autoQuoteToggle.topOffset: 10
*mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType: N_OF_MANY
*mailnews_prefs*autoQuoteToggle.labelString: \
╝½╞░┼¬ñ╦╩╓┐«ñ╦╕╡ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥░·═╤ñ╣ñδ
*mailnews_prefs*layoutFrame*layoutBoxLabel.labelString: ╧╚ñ╬Ñ∞ÑñÑóѪÑ╚
!*mailnews_prefs*layoutFrame*topOffset: 10
!*mailnews_prefs*layoutFrame*leftOffset: 10
!*mailnews_prefs*layoutFrame*rightOffset: 10
!*mailnews_prefs*layoutFrame*bottomOffset: 10
*mailnews_prefs*layoutFrame*mPaneLabel.labelString: Ñßí╝Ñδ:
*mailnews_prefs*layoutFrame*mHoriz.labelString: ▓úñ╦╩¼│Σ
*mailnews_prefs*layoutFrame*mVert.labelString: ╜─ñ╦╩¼│Σ
*mailnews_prefs*layoutFrame*mStack.labelString: Ñ╣Ñ┐Ñ├Ñ»
*mailnews_prefs*layoutFrame*nPaneLabel.labelString: Ñ╦Ñσí╝Ñ╣:
*mailnews_prefs*layoutFrame*nHoriz.labelString: ▓úñ╦╩¼│Σ
*mailnews_prefs*layoutFrame*nVert.labelString: ╜─ñ╦╩¼│Σ
*mailnews_prefs*layoutFrame*nStack.labelString: Ñ╣Ñ┐Ñ├Ñ»
*mailnews_prefs*layoutFrame*indicatorType: ONE_OF_MANY
! Preferences: Helper Applications
!
*general_prefs*helperFrame*helperBoxLabel.labelString: MIME └▀─ΩÑ╒ÑíÑñÑδ
*general_prefs*helperFrame.topOffset: 10
*general_prefs*helperFrame.leftOffset: 10
*general_prefs*helperFrame.rightOffset: 10
*general_prefs*helperFrame.bottomOffset: 10
*general_prefs*helperFrame*globalMimeTypesLabel.labelString: ┬τ░Φ Type Ñ╒ÑíÑñÑδ:
*general_prefs*helperFrame*privateMimeTypesLabel.labelString: \
╕─┐═ Type Ñ╒ÑíÑñÑδ:
*general_prefs*helperFrame*globalMailcapLabel.labelString: \
┬τ░Φ Mailcap Ñ╒ÑíÑñÑδ:
*general_prefs*helperFrame*privateMailcapLabel.labelString: \
╕─┐═ Mailcap Ñ╒ÑíÑñÑδ:
*general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString: ╗▓╛╚...
*general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: ╗▓╛╚...
*general_prefs*helperFrame*globalMailcapBrowseButton.labelString: ╗▓╛╚...
*general_prefs*helperFrame*privateMailcapBrowseButton.labelString: ╗▓╛╚...
*general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth: 10
*general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
*general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth: 10
*general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth: 10
*general_prefs*helperFrame*XmLabel.rightOffset: 4
*general_prefs*helperFrame*XmLabelGadget.rightOffset: 4
*general_prefs*helperFrame*XmLabel.alignment: ALIGNMENT_END
*general_prefs*helperFrame*XmLabelGadget.alignment: ALIGNMENT_END
*general_prefs*helperFrame*XmTextField.columns: 35
*general_prefs*helperFrame*globalMailcapText.topOffset: 10
*general_prefs*helperFrame*privateMailcapText.bottomOffset: 10
*general_prefs*helperFrame*XmPushButtonGadget.leftOffset: 10
*general_prefs*helperFrame*XmPushButtonGadget.rightOffset: 10
*general_prefs*helperFrame*commands.new.labelString: ┐╖╡¼║ε└«...
*general_prefs*helperFrame*commands.edit.labelString: ╩╘╜╕...
*general_prefs*helperFrame*commands.delete.labelString: ║∩╜ⁿ...
*general_prefs*helperFrame*helperApp.cellBackground: white
! Helper Editor stuff
*helperEditor_popup.title: Netscape Ñ╪ÑδÑ╤í╝
*helperEditor.width: 400
*helperEditor*mimeTypesDescriptionLabel.labelString: íí└Γ╠└
*helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
*helperEditor*mimeTypesLabel.labelString: ííÑ┐ÑñÑ╫
*helperEditor*mimeTypesLabel.leftOffset: 3
*helperEditor*mimeTypesSuffixLabel.labelString: íí│╚─Ñ╗╥
*helperEditor*mimeTypesSuffixLabel.leftOffset: 3
*helperEditor*helperEditForm.XmTextField.rightOffset: 3
*helperEditor*helperEditFrameLabel.labelString: ╞░║ε
*helperEditor*helperEditNavigator.labelString: Navigator
*helperEditor*helperEditPlugin.labelString: Plug-In
*helperEditor*helperEditApp.labelString: ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤
*helperEditor*helperEditSave.labelString: Ñ╟ÑúÑ╣Ñ»ñ╦╩▌┬╕
*helperEditor*helperEditUnknown.labelString: ╠ñ─Ω╡┴: Ñ╫ÑφÑ≤Ñ╫Ñ╚ñ≥╔╜╝¿
*helperEditor*helperEditAppBrowse.labelString: ╗▓╛╚...
*helperEditor*helperEditNavigator.leftOffset: 20
*helperEditor*helperEditAppText.columns: 40
*helperEditor*cancelLabelString: ╝Φ╛├
! Preferences: Identity
!
*mailnews_prefs*identityFrame*identityBoxLabel.labelString: ╕─┐═╛≡╩≤
*mailnews_prefs*identityFrame*identityBoxLabel.topOffset: -4
*mailnews_prefs*identityFrame*identityBoxLabel.leftOffset: 10
*mailnews_prefs*identityFrame.topOffset: 10
*mailnews_prefs*identityFrame.leftOffset: 10
*mailnews_prefs*identityFrame.rightOffset: 10
*mailnews_prefs*identityFrame.bottomOffset: 10
*mailnews_prefs*identityFrame*nameLabel.labelString: ╠╛┴░:
*mailnews_prefs*identityFrame*mailLabel.labelString: ┼┼╗╥Ñßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣:
*mailnews_prefs*identityFrame*replyToLabel.labelString: ╩╓┐«└ΦÑóÑ╔Ñ∞Ñ╣:
*mailnews_prefs*identityFrame*orgLabel.labelString: ┴╚┐Ñ╠╛:
*mailnews_prefs*identityFrame*sigLabel.labelString: ╜≡╠╛Ñ╒ÑíÑñÑδ:
*mailnews_prefs*identityFrame*sigBrowse.labelString: ╗▓╛╚...
*mailnews_prefs*identityFrame*XmLabel.leftOffset: 4
*mailnews_prefs*identityFrame*XmLabelGadget.leftOffset: 4
*mailnews_prefs*identityFrame*XmTextField.rightOffset: 10
*mailnews_prefs*identityFrame*sigBrowse.rightOffset: 10
*mailnews_prefs*identityFrame*identityText.bottomOffset: 15
*mailnews_prefs*identityFrame*orgText.bottomOffset: 15
*mailnews_prefs*identityFrame*sigText.bottomOffset: 15
*mailnews_prefs*identityFrame*sigText.columns: 35
*mailnews_prefs*identityFrame*XmLabel.alignment: ALIGNMENT_END
*mailnews_prefs*identityFrame*XmLabelGadget.alignment: ALIGNMENT_END
*mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset: 8
*mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset: 8
*mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth: 10
! Preferences: Organization
!
*mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\
╣╜└«
*mailnews_prefs*organizationFrame*trashToggle.labelString:\
Netscape Ñßí╝Ñδñ≥╩─ñ╕ñδñ╚ñ¡ñ╦ñ┤ñ▀╚óñ≥╢⌡ñ╦ñ╣ñδ
*mailnews_prefs*organizationFrame*passwordToggle.labelString:\
Ñßí╝Ñδ Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╩▌┬╕ñ╣ñδ
*mailnews_prefs*organizationFrame*trashToggle.leftOffset: 40
*mailnews_prefs*organizationFrame*passwordToggle.leftOffset: 40
*mailnews_prefs*threadFrame*threadBoxLabel.labelString:\
Ñ╣Ñ∞Ñ├Ñ╔╔╜╝¿
*mailnews_prefs*threadFrame*line1Label.labelString:\
Ñßí╝Ñδ ÑßÑ├Ñ╗í╝Ñ╕ñΣÑ╦Ñσí╝Ñ╣╡¡╗÷ñ╧Ñ╣Ñ∞Ñ├Ñ╔ñ╟╔╜╝¿ñ╟ñ¡ñ▐ñ╣íú
*mailnews_prefs*threadFrame*line2Label.labelString:\
Ñ╣Ñ∞Ñ├Ñ╔╔╜╝¿ñ╦ñ╣ñδñ╚íó╝⌡ñ▒╝Φñ├ñ┐╩╓┐«ñ╧░∞═≈ñ╬├µñ╟╕╡ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╦┬│ñ▒ñ╞╔╜╝¿ñ╡ñ∞ñ▐ñ╣íú
*mailnews_prefs*threadFrame*threadMailToggle.labelString:\
Ñßí╝Ñδ ÑßÑ├Ñ╗í╝Ñ╕ñ≥Ñ╣Ñ∞Ñ├Ñ╔ñ╟╔╜╝¿ñ╣ñδ
*mailnews_prefs*threadFrame*threadNewsToggle.labelString:\
Ñ╦Ñσí╝Ñ╣ ÑßÑ├Ñ╗í╝Ñ╕ñ≥Ñ╣Ñ∞Ñ├Ñ╔ñ╟╔╜╝¿ñ╣ñδ
*mailnews_prefs*threadFrame*threadMailToggle.leftOffset: 40
*mailnews_prefs*threadFrame*threadNewsToggle.leftOffset: 40
*mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString: ╩┬ñ┘┬╪ñ¿
*mailnews_prefs*mnSortFrame*mSortLabel.labelString: Ñßí╝Ñδñ╬╩┬ñ┘┬╪ñ¿:
*mailnews_prefs*mnSortFrame*mSortDateToggle.labelString: ╞ⁿ╔╒
*mailnews_prefs*mnSortFrame*mSortNumToggle.labelString: ÑßÑ├Ñ╗í╝Ñ╕╚╓╣µ
*mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString: ╖∩╠╛
*mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString: ║╣╜╨┐═
*mailnews_prefs*mnSortFrame*nSortLabel.labelString: Ñ╦Ñσí╝Ñ╣ñ╬╩┬ñ┘┬╪ñ¿:
*mailnews_prefs*mnSortFrame*nSortDateToggle.labelString: ╞ⁿ╔╒
*mailnews_prefs*mnSortFrame*nSortNumToggle.labelString: ÑßÑ├Ñ╗í╝Ñ╕╚╓╣µ
*mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString: ╖∩╠╛
*mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString: ║╣╜╨┐═
*mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
! Preferences: Images
!
*general_prefs*imagesFrame*imagesBoxLabel.labelString: ▓Φ┴ⁿ
*general_prefs*imagesFrame.topOffset: 10
*general_prefs*imagesFrame.leftOffset: 10
*general_prefs*imagesFrame.rightOffset: 10
*general_prefs*imagesFrame.bottomOffset: 10
*general_prefs*imagesFrame*colors.labelString: ┐º:
*general_prefs*imagesFrame*auto.labelString: ╝½╞░
*general_prefs*imagesFrame*dither.labelString: Ñ╟ÑúÑ╢
*general_prefs*imagesFrame*closest.labelString: ñΓñ├ñ╚ñΓ╢ßññ┐º
*general_prefs*imagesFrame*display.labelString: ▓Φ┴ⁿñ╬╔╜╝¿:
*general_prefs*imagesFrame*while.labelString: ╞╔ñ▀╣■ñ▀├µ
*general_prefs*imagesFrame*after.labelString: ╞╔ñ▀╣■ñ▀╕σ
*general_prefs*imagesFrame*imagesFrame.topOffset: 10
*general_prefs*imagesFrame*closest.rightOffset: 10
*general_prefs*imagesFrame*while.bottomOffset: 10
*general_prefs*imagesFrame*XmLabelGadget.alignment: ALIGNMENT_END
*general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
*general_prefs*imagesFrame*indicatorType: ONE_OF_MANY
*general_prefs*imagesFrame*after.bottomOffset: 10
*general_prefs*imagesFrame*display.leftOffset: 0
*general_prefs*imagesFrame*display.rightOffset: 0
! Preferences: Languages
!
*general_prefs*languagesFrame*languagesBoxLabel.labelString: \
═╫╡ßñ╣ñδ╕└╕∞/├╧░Φ
*general_prefs*languagesFrame.topOffset: 10
*general_prefs*languagesFrame.leftOffset: 10
*general_prefs*languagesFrame.rightOffset: 10
*general_prefs*languagesFrame.bottomOffset: 10
*general_prefs*languagesFrame*list1.leftOffset: 10
*general_prefs*languagesFrame*others.labelString: ñ╜ñ╬┬╛:
*general_prefs*languagesFrame*langs.1: ├µ╣±╕∞ [zh]
*general_prefs*languagesFrame*langs.2: ├µ╣±╕∞/├µ╣± [zh-CN]
*general_prefs*languagesFrame*langs.3: ├µ╣±╕∞/┬µ╧╤ [zh-TW]
*general_prefs*languagesFrame*langs.4: ▒╤╕∞ [en]
*general_prefs*languagesFrame*langs.5: ▒╤╕∞/U.K. [en-GB]
*general_prefs*languagesFrame*langs.6: ▒╤╕∞/U.S. [en-US]
*general_prefs*languagesFrame*langs.7: Ñ╒ÑΘÑ≤Ñ╣╕∞ [fr]
*general_prefs*languagesFrame*langs.8: Ñ╒ÑΘÑ≤Ñ╣╕∞/ѽÑ╩Ñ└ [fr-CA]
*general_prefs*languagesFrame*langs.9: Ñ╒ÑΘÑ≤Ñ╣╕∞/Ñ╒ÑΘÑ≤Ñ╣ [fr-FR]
*general_prefs*languagesFrame*langs.10: Ñ╔ÑñÑ─╕∞ [de]
*general_prefs*languagesFrame*langs.11: ÑñÑ┐ÑΩÑó╕∞ [it]
*general_prefs*languagesFrame*langs.12: ╞ⁿ╦▄╕∞ [ja]
*general_prefs*languagesFrame*langs.13: ┤┌╣±╕∞ [ko]
*general_prefs*languagesFrame*langs.14: Ñ▌ÑδÑ╚ѼÑδ╕∞ [pt]
*general_prefs*languagesFrame*langs.15: Ñ▌ÑδÑ╚ѼÑδ╕∞/Ñ╓ÑΘÑ╕Ñδ [pt-BR]
*general_prefs*languagesFrame*langs.16: Ñ╣Ñ┌ÑñÑ≤╕∞ [es]
*general_prefs*languagesFrame*langs.17: Ñ╣Ñ┌ÑñÑ≤╕∞/Ñ╣Ñ┌ÑñÑ≤ [es-ES]
! Preferences: Mail
!
*mailnews_prefs*mailFrame*mailBoxLabel.labelString: Ñßí╝Ñδ
*mailnews_prefs*mailFrame*mailBoxLabel.topOffset: -4
*mailnews_prefs*mailFrame*mailBoxLabel.leftOffset: 10
*mailnews_prefs*mailFrame.topOffset: 10
*mailnews_prefs*mailFrame.leftOffset: 10
*mailnews_prefs*mailFrame.rightOffset: 10
*mailnews_prefs*mailFrame.bottomOffset: 10
! Preferences: Connections
!
*network_prefs*netFrame*netBoxLabel.labelString: └▄┬│
*network_prefs*netFrame.topOffset: 10
*network_prefs*netFrame.leftOffset: 10
*network_prefs*netFrame.rightOffset: 10
*network_prefs*netFrame.bottomOffset: 10
*network_prefs*netFrame*bufExplain.labelString: \
Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ╨Ñ├Ñ╒Ñí Ñ╡ÑñÑ║ñ╦ñ╧íóÑ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ╟í╝Ñ┐└▄┬│ñ½ñΘ╝⌡┐«\n\
ñ╟ñ¡ñδÑ╟í╝Ñ┐ Ñ╡ÑñÑ║ñ≥╗╪─Ωñ╖ñ▐ñ╣íúÑ╨Ñ├Ñ╒Ñíñ≥┬τñ¡ñ»ñ╚ñ∞ñ╨íóñΦñΩ┬┐ñ»ñ╬\n\
Ñ╟í╝Ñ┐ñ≥░╖ñ¿ñ▐ñ╣ñ¼íóÑ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ¼╦░╧┬ñ╖ñ╞ñ╖ñ▐ñªñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*network_prefs*netFrame*bufLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ╨Ñ├Ñ╒Ñí Ñ╡ÑñÑ║:
*network_prefs*netFrame*connExplain.labelString: \
Netscape ñ╧░∞┼┘ñ╦╩ú┐⌠ñ╬ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ Ñ╡í╝Ñ╨í╝ñ╦└▄┬│ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú\n\
ñ╜ñ╬ñ┐ñßñ╦Ñ╞Ñ¡Ñ╣Ñ╚ñ╚▓Φ┴ⁿñ≥╞▒╗■ñ╦╕╞ñ╙╜╨ñ╗ñδñ╬ñ╟ñ╣íú└▄┬│┐⌠ñ≥┴²ñΣñ╗ñ╨íóñΦñΩ\n\
┬┐ñ»ñ╬Ñ╒ÑíÑñÑδñ≥╞▒╗■ñ╦░╖ñ¿ñ▐ñ╣ñ¼íóñ╜ñ∞ñ╛ñ∞ñ╬└▄┬│ñ╬┬«┼┘ñΓ╞▒╗■ñ╦─π▓╝ñ╖ñ╞\n\
ñ╖ñ▐ñññ▐ñ╣íú
*network_prefs*netFrame*connLabel.labelString: └▄┬│:
*network_prefs*netFrame*connSuffix.labelString: \
(╞▒╗■ñ╦╗╚═╤ñ╣ñδÑ═Ñ├Ñ╚Ñ∩í╝Ñ»└▄┬│ñ╬║╟┬τ┐⌠)
*network_prefs*netFrame*k.labelString: Ñ¡ÑφÑ╨ÑñÑ╚
*network_prefs*netFrame*connSuffix.rightOffset: 10
*network_prefs*netFrame*networkFrame.topOffset: 10
*network_prefs*netFrame*bufText.columns: 6
*network_prefs*netFrame*connText.columns: 6
*network_prefs*netFrame*alignment: ALIGNMENT_BEGINNING
*network_prefs*netFrame*bufLabel.alignment: ALIGNMENT_END
*network_prefs*netFrame*connLabel.alignment: ALIGNMENT_END
*network_prefs*netFrame*bufText.bottomOffset: 10
*network_prefs*netFrame*connText.bottomOffset: 10
*network_prefs*netFrame*connExplain.leftOffset: 5
*network_prefs*netFrame*bufExplain.leftOffset: 5
! Preferences: Protocols
!
*network_prefs*alertsFrame*alertsBoxLabel.labelString: ╖┘╣≡ñ╬╔╜╝¿:
*network_prefs*alertsFrame.topOffset: 10
*network_prefs*alertsFrame.leftOffset: 10
*network_prefs*alertsFrame.rightOffset: 10
*network_prefs*alertsFrame.bottomOffset: 10
*network_prefs*alertsFrame*cookieToggle.labelString: Cookie ñ≥╝⌡ñ▒╔╒ñ▒ñ┐ñ╚ñ¡
*network_prefs*alertsFrame*emailformToggle.labelString: \
┼┼╗╥Ñßí╝Ñδñ╟Ñ╒Ñ⌐í╝Ñαñ≥─≤╜╨ñ╣ñδñ╚ñ¡
*network_prefs*protocols*anonftpToggle.labelString: \
╞┐╠╛ FTP Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╚ñ╖ñ╞┼┼╗╥Ñßí╝ÑδÑóÑ╔Ñ∞Ñ╣ñ≥┴≈┐«
*network_prefs*protocols*anonftpToggle.leftOffset: 10
*network_prefs*protocols*anonftpToggle.topOffset: 10
! Preferences: Languages
!
*network_prefs*javaFrame*javaBoxLabel.labelString: Java
*network_prefs*javaFrame.topOffset: 10
*network_prefs*javaFrame.leftOffset: 10
*network_prefs*javaFrame.rightOffset: 10
*network_prefs*javaFrame.bottomOffset: 10
*network_prefs*javaFrame*javaToggle.leftOffset: 20
*network_prefs*javaFrame*javaToggle.labelString: Java ñ≥═¡╕·ñ╦ñ╣ñδ
*network_prefs*javaFrame*javascriptToggle.leftOffset: 20
*network_prefs*javaFrame*javascriptToggle.labelString: JavaScript ñ≥═¡╕·ñ╦ñ╣ñδ
! Preferences: News
!
*mailnews_prefs*newsFrame*newsBoxLabel.labelString: Ñ╦Ñσí╝Ñ╣
*mailnews_prefs*newsFrame*newshostLabel.labelString: Ñ╦Ñσí╝Ñ╣(NNTP)Ñ╡í╝Ñ╨í╝:
*mailnews_prefs*newsFrame.topOffset: 10
*mailnews_prefs*newsFrame.leftOffset: 10
*mailnews_prefs*newsFrame.rightOffset: 10
*mailnews_prefs*newsFrame.bottomOffset: 10
*mailnews_prefs*newsFrame*newsrcLabel.labelString: Ñ╦Ñσí╝Ñ╣ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ:
*mailnews_prefs*newsFrame*newsrcBrowse.labelString: ╗▓╛╚...
*mailnews_prefs*newsFrame*newsMaxLabel.labelString: ╞▒╗■ñ╦╝ΦñΩ╜╨ñ╣ÑßÑ├Ñ╗í╝Ñ╕╖∩┐⌠:
*mailnews_prefs*newsFrame*newsMaxSuffix.labelString: \
╖∩ (║╟┬τ 3500╖∩)
*mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset: 0
*mailnews_prefs*newsFrame*newsMaxText.columns: 5
*mailnews_prefs*newsFrame*XmLabel.alignment: ALIGNMENT_END
*mailnews_prefs*newsFrame*XmLabelGadget.alignment: ALIGNMENT_END
*mailnews_prefs*newsFrame*newsMaxSuffix.alignment: ALIGNMENT_BEGINNING
*mailnews_prefs*newsFrame*XmTextField.rightOffset: 10
*mailnews_prefs*newsFrame*XmLabel.leftOffset: 4
*mailnews_prefs*newsFrame*XmLabelGadget.leftOffset: 4
*mailnews_prefs*newsFrame*XmLabel.rightOffset: 4
*mailnews_prefs*newsFrame*XmLabelGadget.rightOffset: 4
*mailnews_prefs*newsFrame*newsMaxText.bottomOffset: 10
*mailnews_prefs*newsFrame.topOffset: 10
*mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10
*mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10
*mailnews_prefs*newsFrame*newsrcText.columns: 35
*mailnews_prefs*newsFrame*newsrcText.bottomOffset: 10
! Preferences: Proxies
!
*network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Ñ╫ÑφÑ»Ñ╖
*network_prefs*proxiesFrame.topOffset: 10
*network_prefs*proxiesFrame.leftOffset: 10
*network_prefs*proxiesFrame.rightOffset: 10
*network_prefs*proxiesFrame.bottomOffset: 10
!*network_prefs*proxiesFrame*XmLabel.alignment: ALIGNMENT_END
!*network_prefs*proxiesFrame*XmLabelGadget.alignment: ALIGNMENT_END
*network_prefs*proxiesFrame*XmTextField.columns: 30
*network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset: 10
*network_prefs*proxiesFrame*proxiesBoxLabel.topOffset: -4
!*network_prefs*proxiesFrame*XmLabel.leftOffset: 10
!*network_prefs*proxiesFrame*XmLabelGadget.leftOffset: 10
*network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Ñ╫ÑφÑ»Ñ╖
*network_prefs*proxiesFrame*proxiesLabel.alignment: ALIGNMENT_BEGINNING
*network_prefs*proxiesFrame*proxiesLabel.labelString: \
Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ╫ÑφÑ»Ñ╖ñ╧ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╚ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ñ╚ñ╬┤╓ñ╬┐σ╧⌐ñ╬\n\
ñΦñªñ╩ñΓñ╬ñ╟íóÑ╒ÑíÑñÑó ѪÑ⌐í╝Ñδ(╦╔▓╨╩╔)ñ≥─╠ñΩ╚┤ñ▒ñ╞ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ñ╦ÑóÑ»Ñ╗Ñ╣\n\
ñ╣ñδñ┐ñßñ╦╗╚═╤ñ╡ñ∞ñ▐ñ╣íúÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ñ╦─╛└▄└▄┬│ñ╟ñ¡ñδ╛∞╣τñ╧íóÑ╫ÑφÑ»Ñ╖ñ≥\n\
└▀─Ωñ╣ñδ╔¼═╫ñ╧ñóñΩñ▐ñ╗ñ≤íú
*network_prefs*proxiesFrame*locationLabel.labelString: ╛∞╜Ω (URL):
*network_prefs*proxiesFrame*noProxiesToggle.labelString: Ñ╫ÑφÑ»Ñ╖ñ╩ñ╖
*network_prefs*proxiesFrame*manualToggle.labelString: \
╝Ω╞░ñ╟Ñ╫ÑφÑ»Ñ╖ñ≥└▀─Ω
*network_prefs*proxiesFrame*proxyReload.labelString: ║╞╞╔ñ▀╣■ñ▀
*network_prefs*proxiesFrame*proxyReload.rightOffset: 10
*network_prefs*proxiesFrame*manualBrowse.labelString: ╔╜╝¿...
*network_prefs*proxiesFrame*autoToggle.labelString: \
╝½╞░ñ╟Ñ╫ÑφÑ»Ñ╖ñ≥└▀─Ω
*network_prefs*proxiesFrame*autoText.rightOffset: 10
*network_prefs*proxiesFrame*autoText.bottomOffset: 10
*network_prefs*proxiesFrame*indicatorType: ONE_OF_MANY
*proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString: \
╝Ω╞░ñ╟Ñ╫ÑφÑ»Ñ╖ñ≥└▀─Ω
*proxies_prefs*proxiesFrame*ftpLabel.labelString: FTP Ñ╫ÑφÑ»Ñ╖:
*proxies_prefs*proxiesFrame*gopherLabel.labelString: Gopher Ñ╫ÑφÑ»Ñ╖
*proxies_prefs*proxiesFrame*httpLabel.labelString: HTTP Ñ╫ÑφÑ»Ñ╖:
*proxies_prefs*proxiesFrame*httpsLabel.labelString: Security Ñ╫ÑφÑ»Ñ╖:
*proxies_prefs*proxiesFrame*waisLabel.labelString: WAIS Ñ╫ÑφÑ»Ñ╖:
*proxies_prefs*proxiesFrame*noLabel.labelString: Ñ╫ÑφÑ»Ñ╖ñ╩ñ╖:
*proxies_prefs*proxiesFrame*socksLabel.labelString: SOCKS Ñ█Ñ╣Ñ╚:
*proxies_prefs*proxiesFrame*portLabel.labelString: Ñ▌í╝Ñ╚:
*proxies_prefs*proxiesFrame*ftpPort.columns: 5
*proxies_prefs*proxiesFrame*ftpText.rightOffset: 10
*proxies_prefs*proxiesFrame*ftpPort.rightOffset: 10
*proxies_prefs*proxiesFrame*portLabel.leftOffset: 10
*proxies_prefs*proxiesFrame*noText.bottomOffset: 10
*proxies_prefs*proxiesFrame*socksText.topOffset: 15
*proxies_prefs*proxiesFrame*socksText.bottomOffset: 10
*proxies_prefs*okLabelString: ╬╗▓≥
*proxies_prefs*cancelLabelString: ╝Φ╛├
*proxies_prefs*applyLabelString: ┼¼═╤
*proxies_prefs*helpLabelString: Ñ╪ÑδÑ╫
! Preferences: Site Certificates
!
*security_prefs*siteFrame*siteBoxLabel.labelString: Ñ╡ÑñÑ╚╛┌╠└╜±
*security_prefs*siteFrame.topOffset: 10
*security_prefs*siteFrame.leftOffset: 10
*security_prefs*siteFrame.rightOffset: 10
*security_prefs*siteFrame.bottomOffset: 10
*security_prefs*siteFrame*allLabel.labelString: \
ñ│ñ∞ñ▐ñ╟ñ╦╝⌡ñ▒╝Φñ├ñ┐Ñ╡ÑñÑ╚╛┌╠└╜±ñ╬░∞═≈:
*security_prefs*siteFrame*allEditCert.rightOffset: 10
*security_prefs*siteFrame*allEditCert.labelString: ╛┌╠└╜±ñ≥╩╘╜╕...
*security_prefs*siteFrame*allDeleteCert.rightOffset: 10
*security_prefs*siteFrame*allDeleteCert.labelString: ╛┌╠└╜±ñ≥║∩╜ⁿ
*security_prefs*siteFrame*allList.bottomOffset: 10
*security_prefs*siteFrame*allCerts.labelString: ñ╣ñ┘ñ╞ñ╬╛┌╠└╜±
*security_prefs*siteFrame*siteCerts.labelString: Ñ╡ÑñÑ╚╛┌╠└╜±
*security_prefs*siteFrame*authCerts.labelString: ╛┌╠└╜±╚»╣╘╝╘
! Preferences: Personal Certificates
!
*security_prefs*personalFrame*personalBoxLabel.labelString: \
╕─┐═╛┌╠└╜±
*security_prefs*personalFrame.topOffset: 10
*security_prefs*personalFrame.leftOffset: 10
*security_prefs*personalFrame.rightOffset: 10
*security_prefs*personalFrame.bottomOffset: 10
*security_prefs*personalFrame*persLabel.labelString: \
╕─┐═╛┌╠└╜±ñ╬░∞═≈:
*security_prefs*personalFrame*persInfo.rightOffset: 10
*security_prefs*personalFrame*persInfo.labelString: └Γ╠└...
*security_prefs*personalFrame*persDeleteCert.rightOffset: 10
*security_prefs*personalFrame*persDeleteCert.labelString: ╛┌╠└╜±ñ≥║∩╜ⁿ
*security_prefs*personalFrame*persNewCert.rightOffset: 10
*security_prefs*personalFrame*persNewCert.labelString: ┐╖ñ╖ññ╛┌╠└╜±ñ≥╝Φ╞└
*security_prefs*personalFrame*siteDefault.labelString: \
Ñ╡ÑñÑ╚ñ╦─≤╝¿ñ╣ñδ╛┌╠└╜±ñ╬╔╕╜α└▀─Ω:
*security_prefs*personalFrame*siteText.bottomOffset: 10
*security_prefs*personalFrame*siteText.rightOffset: 10
*security_prefs*personalFrame*persList.leftOffset: 10
! Preferences: General Security
!
*security_prefs*securityFrame*securityBoxLabel.labelString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╛σñ╬╖┘╣≡
*security_prefs*securityFrame.topOffset: 10
*security_prefs*securityFrame.leftOffset: 10
*security_prefs*securityFrame.rightOffset: 10
*security_prefs*securityFrame.bottomOffset: 10
*security_prefs*securityFrame*alertLabel.labelString: ╖┘╣≡ñ╬╔╜╝¿:
*security_prefs*securityFrame*enterToggle.labelString: \
╩▌╕εñ╡ñ∞ñ┐╩╕╜±╢⌡┤╓(Ñ╡í╝Ñ╨)ñ╦╞■ñδñ╚ñ¡
*security_prefs*securityFrame*leaveToggle.labelString: \
╩▌╕εñ╡ñ∞ñ┐╩╕╜±╢⌡┤╓(Ñ╡í╝Ñ╨)ñ½ñΘ╜╨ñδñ╚ñ¡
*security_prefs*securityFrame*mixedToggle.labelString: \
╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ╛≡╩≤ñ╬║«ñ╢ñ├ñ┐╩╕╜±ñ≥╔╜╝¿ñ╣ñδñ╚ñ¡
*security_prefs*securityFrame*alignment: ALIGNMENT_BEGINNING
*security_prefs*securityFrame*submitToggle.labelString: \
╩▌╕εñ╩ñ╖ñ╟Ñ╒Ñ⌐í╝Ñαñ≥─≤╜╨ñ╣ñδñ╚ñ¡
*security_prefs*securityFrame*alertLabel.topOffset: 10
*security_prefs*securityFrame*alertLabel.leftOffset: 10
*security_prefs*securityFrame*enterToggle.topOffset: 10
*security_prefs*securityFrame*enterToggle.leftOffset: 20
*security_prefs*securityFrame*submitToggle.bottomOffset: 10
*security_prefs*securityFrame*enterToggle.rightOffset: 10
*security_prefs*securityFrame*leaveToggle.rightOffset: 10
*security_prefs*securityFrame*mixedToggle.rightOffset: 10
*security_prefs*securityFrame*submitToggle.rightOffset: 10
*security_prefs*javaFrame*javaBoxLabel.labelString: Java
*security_prefs*javaFrame.topOffset: 10
*security_prefs*javaFrame.leftOffset: 10
*security_prefs*javaFrame.rightOffset: 10
*security_prefs*javaFrame.bottomOffset: 10
*security_prefs*javaFrame*javaToggle.leftOffset: 20
*security_prefs*javaFrame*javaToggle.labelString: Java ñ≥╠╡╕·ñ╦ñ╣ñδ
*security_prefs*javaFrame*javascriptToggle.leftOffset: 20
*security_prefs*javaFrame*javascriptToggle.labelString: JavaScript ñ≥╠╡╕·ñ╦ñ╣ñδ
*security_prefs*sslFrame*sslBoxLabel.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ╗Ñ¡ÑσÑΩÑ╞Ñú
*security_prefs*sslFrame.topOffset: 10
*security_prefs*sslFrame.leftOffset: 10
*security_prefs*sslFrame.rightOffset: 10
*security_prefs*sslFrame.bottomOffset: 10
*security_prefs*sslFrame*ssl2Toggle.leftOffset: 20
*security_prefs*sslFrame*ssl2Toggle.labelString: SSL2 ñ≥═¡╕·ñ╦ñ╣ñδ
*security_prefs*sslFrame*ssl3Toggle.leftOffset: 20
*security_prefs*sslFrame*ssl3Toggle.labelString: SSL3 ñ≥═¡╕·ñ╦ñ╣ñδ
*security_prefs*sslFrame*configure.labelString: └▀─Ω
*security_prefs*sslFrame*configure.marginWidth: 10
! Preferences: Security Passwords
!
*security_prefs*passwordsFrame*passwordsBoxLabel.labelString: Ñ╤Ñ╣Ñ∩í╝Ñ╔
*security_prefs*passwordsFrame.topOffset: 10
*security_prefs*passwordsFrame.leftOffset: 10
*security_prefs*passwordsFrame.rightOffset: 10
*security_prefs*passwordsFrame.bottomOffset: 10
*security_prefs*passwordsFrame*passLabel.labelString: Ñ╤Ñ╣Ñ∩í╝Ñ╔:
*security_prefs*passwordsFrame*passToggle.labelString: Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚ñª
*security_prefs*passwordsFrame*noPassToggle.labelString: Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚ñ∩ñ╩ññ
*security_prefs*passwordsFrame*askLabel.labelString: Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬╞■╬╧:
*security_prefs*passwordsFrame*onceToggle.labelString: Ñ╗Ñ├Ñ╖ÑτÑ≤╦Φ
*security_prefs*passwordsFrame*everyToggle.labelString: ╔¼═╫ñ╩ñ╚ñ¡ñ╦╛∩ñ╦
*security_prefs*passwordsFrame*periodicToggle.labelString: ╗╚ñññ¬ñ∩ñ├ñ╞ñ½ñΘ
*security_prefs*passwordsFrame*periodicText.columns: 3
*security_prefs*passwordsFrame*periodicLabel.labelString: ╩¼╕σ
*security_prefs*passwordsFrame*alignment: ALIGNMENT_BEGINNING
*security_prefs*passwordsFrame*passLabel.leftOffset: 10
*security_prefs*passwordsFrame*indicatorType: ONE_OF_MANY
*security_prefs*passwordsFrame*changePassword.topOffset: 10
*security_prefs*passwordsFrame*changePassword.leftOffset: 30
*security_prefs*passwordsFrame*bannerLabel.labelString: \
1┬µñ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ≥▓┐┐═ñ½ñ╟╗╚═╤ñ╖ñ╞ñññδ╛∞╣τñ╧Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╞▓╝ñ╡ññíú
! Preferences: Styles1
!
*general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:Ñ─í╝ÑδÑ╨í╝
*general_prefs*toolbarsFrame.topOffset: 10
*general_prefs*toolbarsFrame.leftOffset: 10
*general_prefs*toolbarsFrame.rightOffset: 10
*general_prefs*toolbarsFrame.bottomOffset: 10
*general_prefs*toolbarsFrame*toolbarLabel.labelString: Ñ─í╝Ñδ Ñ╨í╝ñ╬╔╜╝¿:
*general_prefs*toolbarsFrame*toolbarLabel.alignment: ALIGNMENT_END
*general_prefs*toolbarsFrame*icons.labelString: │¿
*general_prefs*toolbarsFrame*text.labelString: ╩╕╗·
*general_prefs*toolbarsFrame*both.labelString: │¿ñ╚╩╕╗·
*general_prefs*toolbarsFrame*indicatorType: ONE_OF_MANY
*general_prefs*toolbarsFrame*toolbarTipsLabel.labelString: Ñ─í╝ÑδÑ╨í╝ñ╬Ñ╥Ñ≤Ñ╚:
*general_prefs*toolbarsFrame*toolbarTipsLabel.alignment: ALIGNMENT_END
*general_prefs*toolbarsFrame*enabled.indicatorType: N_OF_MANY
*general_prefs*toolbarsFrame*enabled.labelString: ═¡╕·
*general_prefs*toolbarsFrame*enabled.tipString: Ñ─í╝ÑδÑ╨í╝ñ╬Ñ╥Ñ≤Ñ╚ñ╬Ñ╣ÑñÑ├Ñ┴
*general_prefs*toolbarsFrame*enabled.documentationString: \
Ñ─í╝ÑδÑ╨í╝ñ╬Ñ╥Ñ≤Ñ╚ñ≥═¡╕·ñ▐ñ┐ñ╧╠╡╕·ñ╦ñ╣ñδ
*general_prefs*startupFrame*startupBoxLabel.labelString:│½╗╧
*general_prefs*startupFrame.topOffset: 10
*general_prefs*startupFrame.leftOffset: 10
*general_prefs*startupFrame.rightOffset: 10
*general_prefs*startupFrame.bottomOffset: 10
*general_prefs*startupFrame*startLabel.labelString: │½╗╧╗■ñ╬ѪÑúÑ≤Ñ╔Ѫ
*general_prefs*startupFrame*startLabel.alignment: ALIGNMENT_END
*general_prefs*startupFrame*blank.labelString: ╢⌡╟≥Ñ┌í╝Ñ╕
*general_prefs*startupFrame*home.labelString: Ñ█í╝ÑαÑ┌í╝Ñ╕ñ╬ñóñδ╛∞╜Ω:
*general_prefs*startupFrame*homeText.bottomOffset: 10
*general_prefs*startupFrame*homeText.rightOffset: 10
*general_prefs*startupFrame*indicatorType: ONE_OF_MANY
*general_prefs*startupFrame*startupLabel.labelString: │½╗╧ñ╖ñ┐ñ╚ñ¡ñ╦╡»╞░:
*general_prefs*startupFrame*browser.labelString: Netscape Ñ╓ÑΘѪÑ╢
*general_prefs*startupFrame*mail.labelString: Netscape Ñßí╝Ñδ
*general_prefs*startupFrame*news.labelString: Netscape Ñ╦Ñσí╝Ñ╣
*general_prefs*linkFrame*linkBoxLabel.labelString: ÑΩÑ≤Ñ»ñ╬Ñ╣Ñ┐ÑñÑδ
*general_prefs*linkFrame.topOffset: 10
*general_prefs*linkFrame.leftOffset: 10
*general_prefs*linkFrame.rightOffset: 10
*general_prefs*linkFrame.bottomOffset: 10
*general_prefs*linkFrame*underlineLabel.labelString: ÑΩÑ≤Ñ»ñ╬╔╜╝¿:
*general_prefs*linkFrame*underlineLabel.alignment: ALIGNMENT_END
*general_prefs*linkFrame*underline.labelString: ▓╝└■╔╒ñ¡
*general_prefs*linkFrame*expireLabel.labelString: ╦¼ñ∞ñ┐ÑΩÑ≤Ñ»:
*general_prefs*linkFrame*expireLabel.alignment: ALIGNMENT_END
*general_prefs*linkFrame*expireNever.labelString: ╕╡ñ╦╠ßñ╡ñ╩ññ
*general_prefs*linkFrame*expireAfter.labelString: ╕╡ñ╦╠ßñ╣
*general_prefs*linkFrame*expireDaysLabel.labelString: ╞ⁿ╕σ
*general_prefs*linkFrame*expireDays.columns: 3
*general_prefs*linkFrame*expireNow.labelString: ╠ßñ╣
*general_prefs*linkFrame*indicatorType: ONE_OF_MANY
*general_prefs*linkFrame*underline.indicatorType: N_OF_MANY
*general_prefs*linkFrame*expireDays.topOffset: 10
*general_prefs*linkFrame*expireDays.bottomOffset: 10
*general_prefs*linkFrame*expireNow.marginWidth: 10
*general_prefs*linkFrame*expireNow.marginHeight: 0
*general_prefs*linkFrame*underline.leftOffset: 10
*general_prefs*linkFrame*expireLabel.leftOffset: 10
*general_prefs*linkFrame*expireAfter.leftOffset: 10
*general_prefs*linkFrame*expireNow.leftOffset: 20
! Preferences: Styles 2
!
*enteringSecureDialog_popup.title: Netscape: ╩▌╕εñ╡ñ∞ñ┐╩╕╜±
*enteringSecureDialog*toggle.labelString: ╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
*enteringSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*enteringSecureDialog*toggle.leftOffset: 100
*enteringSecureDialog.selectionLabelString:\
ñ┤═≈ñ╦ñ╩ñδ╩╕╜±ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú╩╕╜±ñ¬ñΦñ╙ñ╜ñ┴ñΘñ½ñΘ┴≈┐«ñ╡ñ∞ñδ\n\
ñ╣ñ┘ñ╞ñ╬╛≡╩≤ñ╧íóÑ╫ÑΘÑñÑ╨Ñ╖í╝╩▌╕εñ╬ñ┐ñß░┼╣µ▓╜ñ╡ñ∞ñ╞┼╛┴≈ñ╡ñ∞ñ▐ñ╣íú\n\
╔╜╝¿ÑßÑ╦Ñσí╝ñ½ñΘ╩╕╜±╛≡╩≤ñ≥┴¬┬≥ñ╣ñδñ╚íóÑ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬╛▄║┘ñ≥\n\
╕½ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú
*leavingSecureDialog_popup.title: Netscape: ╖┘╣≡ñ╬╔╜╝¿
*leavingSecureDialog*toggle.labelString: ╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
*leavingSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*leavingSecureDialog.OkLabelString: ╞╔ñ▀╣■ñ▀ñ≥┬│ñ▒ñδ
*leavingSecureDialog.CancelLabelString: ╞╔ñ▀╣■ñ▀ñ≥├µ╗▀
*leavingSecureDialog*toggle.leftOffset: 100
*leavingSecureDialog.selectionLabelString:\
ñ┤═≈ñ╦ñ╩ñδ╩╕╜±ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú╩╕╜±ñ¬ñΦñ╙ñ╜ñ┴ñΘñ½ñΘ┴≈┐«ñ╡ñ∞ñδ\n\
ñóñΘñµñδ╛≡╩≤ñ╧íó┼╛┴≈├µñ╦┬Φ╗░╝╘ñ½ñΘ┤╞╗δñ╡ñ∞ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú╔╜╝¿\n\
ÑßÑ╦Ñσí╝ñ½ñΘ╩╕╜±╛≡╩≤ñ≥┴¬┬≥ñ╣ñδñ╚íóÑ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬╛▄║┘ñ≥╕½ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú
*mixedSecurityDialog_popup.title: Netscape: ╖┘╣≡ñ╬╔╜╝¿
*mixedSecurityDialog*toggle.labelString: ╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
*mixedSecurityDialog*toggle.alignment: ALIGNMENT_BEGINNING
*mixedSecurityDialog*toggle.leftOffset: 100
*mixedSecurityDialog.selectionLabelString:\
ñ┤═≈ñ╦ñ╩ñδ╩╕╜±ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣ñ¼íó╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ╛≡╩≤ñ≥┤▐ñ≤ñ╟ñññ▐ñ╣íú\n\
\n\
╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ╛≡╩≤ñ╧╔╜╝¿ñ╡ñ∞ñ▐ñ╗ñ≤íú\n\
╔╜╝¿ÑßÑ╦Ñσí╝ñ½ñΘ╩╕╜±╛≡╩≤ñ≥┴¬┬≥ñ╣ñδñ╚íóÑ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬╛▄║┘ñ≥╕½ñδñ│ñ╚\n\
ñ¼ñ╟ñ¡ñ▐ñ╣íú
*redirectionToInsecureDialog_popup.title: Netscape: ╖┘╣≡ñ╬╔╜╝¿
*redirectionToInsecureDialog*toggle.labelString:╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
*redirectionToInsecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*redirectionToInsecureDialog.OkLabelString: ╞╔ñ▀╣■ñ▀ñ≥┬│ñ▒ñδ
*redirectionToInsecureDialog.CancelLabelString: ╞╔ñ▀╣■ñ▀ñ≥├µ╗▀
*redirectionToInsecureDialog*toggle.leftOffset: 100
*redirectionToInsecureDialog.selectionLabelString:\
╖┘╣≡! ñ┤═≈ñ╦ñ╩ñδ╩╕╜±ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤ñ¼íóñΓñ╚ñΓñ╚ñ╧╩▌╕ε\n\
ñ╡ñ∞ñ┐╩╕╜±ñ╦╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╖ñ┐(╩╕╜±ñ╬╛∞╜Ωñ¼╩▌╕εñ╡ñ∞ñ╞ñññ╩ññ\n\
╛∞╜Ωñ╦░▄ñ╡ñ∞ñ╞ñññ▐ñ╣)íú╩╕╜±ñ¬ñΦñ╙ñ╜ñ┴ñΘñ½ñΘ┴≈┐«ñ╡ñ∞ñδ\n\
ñóñΘñµñδ╛≡╩≤ñ╧íó┼╛┴≈├µñ╦┬Φ╗░╝╘ñ½ñΘ┤╞╗δñ╡ñ∞ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú
*redirectionToSecureDialog_popup.title: Netscape: ╖┘╣≡ñ╬╔╜╝¿
*redirectionToSecureDialog*toggle.labelString:╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
*redirectionToSecureDialog*toggle.alignment: ALIGNMENT_BEGINNING
*redirectionToSecureDialog.OkLabelString: ╞╔ñ▀╣■ñ▀ñ≥┬│ñ▒ñδ
*redirectionToSecureDialog.CancelLabelString: ╞╔ñ▀╣■ñ▀ñ≥├µ╗▀
*redirectionToSecureDialog*toggle.leftOffset: 100
*redirectionToSecureDialog.selectionLabelString:\
╖┘╣≡! └▄┬│└Φñ≥╩╠ñ╬Ñ╡ÑñÑ╚ñ╦░▄ñ╡ñ∞ñ▐ñ╖ñ┐íúñ╧ñ╕ñßñ╦└▄┬│ñ╖ñΦñª\n\
ñ╚ñ╖ñ┐Ñ╡ÑñÑ╚ñ╚ñ╧░πñªÑ╡ÑñÑ╚ñ╦└▄┬│ñ╡ñ∞ñ╞ñññδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*insecurePostFromSecureDocDialog_popup.title: Netscape: ╖┘╣≡ñ╬╔╜╝¿
*insecurePostFromSecureDocDialog*toggle.labelString: ╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
*insecurePostFromSecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
*insecurePostFromSecureDocDialog.OkLabelString: ─≤╜╨ñ≥┬│ñ▒ñδ
*insecurePostFromSecureDocDialog.CancelLabelString: ─≤╜╨ñ≥├µ╗▀
*insecurePostFromSecureDocDialog*toggle.leftOffset: 100
*insecurePostFromSecureDocDialog.selectionLabelString:\
╖┘╣≡! ñ┤═≈ñ╦ñ╩ñδ╩╕╜±ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣ñ¼íóñ╜ñ┴ñΘñ½ñΘ┴≈┐«ñ╡ñ∞ñδ╛≡╩≤ñ╧\n\
╩▌╕εñ╡ñ∞ñ▐ñ╗ñ≤íú┼╛┴≈├µñ╦┬Φ╗░╝╘ñ½ñΘ┤╞╗δñ╡ñ∞ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íúÑ╤Ñ╣Ñ∩í╝Ñ╔íó\n\
Ñ»Ñ∞Ñ╕Ñ├Ñ╚ѽí╝Ñ╔╚╓╣µíóñ╜ñ╬┬╛ñ╬Ñ╫ÑΘÑñÑ╨Ñ╖í╝ñ╦┤╪ñ∩ñδ╛≡╩≤ñ╬─≤╜╨ñ╧╣╡ñ¿ñ┐╩²ñ¼\n\
░┬┴┤ñ╟ñ╣íú
*insecurePostFromInsecureDocDialog_popup.title: Netscape: ╖┘╣≡ñ╬╔╜╝¿
*insecurePostFromInsecureDocDialog.OkLabelString: ─≤╜╨ñ≥┬│ñ▒ñδ
*insecurePostFromInsecureDocDialog.CancelLabelString: ─≤╜╨ñ≥├µ╗▀
*insecurePostFromInsecureDocDialog*toggle.labelString:╝í▓≤ñΓñ│ñ╬╖┘╣≡ñ≥╔╜╝¿ñ╣ñδ
*insecurePostFromInsecureDocDialog*toggle.alignment: ALIGNMENT_BEGINNING
*insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
*insecurePostFromInsecureDocDialog.selectionLabelString:\
ñ╜ñ┴ñΘñ½ñΘ┴≈┐«ñ╡ñ∞ñδ╛≡╩≤ñ╧╩▌╕εñ╡ñ∞ñ▐ñ╗ñ≤íú┼╛┴≈├µñ╦┬Φ╗░╝╘ñ½ñΘ┤╞╗δñ╡ñ∞ñδ\n\
▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íúÑ╤Ñ╣Ñ∩í╝Ñ╔íóÑ»Ñ∞Ñ╕Ñ├Ñ╚ѽí╝Ñ╔╚╓╣µíóñ╜ñ╬┬╛ñ╬Ñ╫ÑΘÑñÑ╨Ñ╖í╝ñ╦\n\
┤╪ñ∩ñδ╛≡╩≤ñ╬─≤╜╨ñ╧╣╡ñ¿ñ┐╩²ñ¼░┬┴┤ñ╟ñ╣íú
*licenseDialog_popup.title: Netscape: ╗╚═╤╡÷┬·╖└╠≤
*licenseDialog*label1.labelString:\n\
╦▄Ñ╜Ñ╒Ñ╚ѪѺÑó(Netscape)ñ╧╦í╬ºñ╦ñΦñΩ╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú\n
*licenseDialog*label2.labelString:\n\
ñ¬╡╥══ñ¼ñ│ñ╬╗╚═╤╡÷┬·╖└╠≤ñ╦╞▒░╒ñ╡ñ∞ñδ╛∞╣τñ╧íó<╞▒░╒ñ╣ñδ>ñ≥▓íñ╖ñ╞ñ»ñ└ñ╡ññíú\n
*licenseDialog*text.columns: 36
*licenseDialog*text.rows: 23
*licenseDialog*text.wordWrap: True
*licenseDialog*text.scrollHorizontal: False
*licenseDialog.accept.labelString: ╞▒░╒ñ╣ñδ
*licenseDialog.reject.labelString: ╞▒░╒ñ╖ñ╩ññ
*printSetup_popup.title: Netscape: ░⌡║■
*printSetup*printToLabel.labelString: ╜╨╬╧└Φ:
*printSetup*toPrinterToggle.labelString: Ñ╫ÑΩÑ≤Ñ┐í╝
*printSetup*toFileToggle.labelString: Ñ╒ÑíÑñÑδ
*printSetup*printCommandLabel.labelString: ░⌡║■Ñ│Ñ▐Ñ≤Ñ╔:
*printSetup*fileNameLabel.labelString: Ñ╒ÑíÑñÑδ╠╛:
*printSetup*browseButton.labelString: ╗▓╛╚...
*printSetup*printLabel.labelString: ░⌡║■:
*printSetup*firstFirstToggle.labelString: ║╟╜Θñ╬Ñ┌í╝Ñ╕ñ½ñΘ
*printSetup*lastFirstToggle.labelString: ║╟╕σñ╬Ñ┌í╝Ñ╕ñ½ñΘ
*printSetup*orientationLabel.labelString: ░⌡║■ñ╬╕■ñ¡:
*printSetup*portraitToggle.labelString: ╜─
*printSetup*landscapeToggle.labelString: ▓ú
*printSetup*printColorLabel.labelString: ░⌡║■:
*printSetup*greyscaleToggle.labelString: Ñ░Ñ∞ÑñÑ╣Ñ▒í╝Ñδ
*printSetup*colorToggle.labelString: ѽÑΘí╝
*printSetup*paperSizeLabel.labelString: ═╤╗µÑ╡ÑñÑ║:
*printSetup*letterToggle.labelString: Letter (8 1/2 x 11 in.)
*printSetup*legalToggle.labelString: Legal (8 1/2 x 14 in.)
*printSetup*executiveToggle.labelString: Executive (7 1/2 x 10 in.)
*printSetup*a4Toggle.labelString: A4 (210 x 297 mm)
*printSetup*OK.labelString: ░⌡║■
*printSetup*OkLabelString: ░⌡║■
*printSetup*CancelLabelString: ╝Φ╛├
*printSetup*XmLabel.alignment: ALIGNMENT_END
*printSetup*XmLabelGadget.alignment: ALIGNMENT_END
*printSetup*XmToggleButtonGadget.alignment: ALIGNMENT_BEGINNING
*printSetup*XmToggleButtonGadget.indicatorType: ONE_OF_MANY
*printSetup*lastFirstToggle.leftOffset: 10
*printSetup*landscapeToggle.leftOffset: 10
*printSetup*colorToggle.leftOffset: 10
*printSetup*legalToggle.leftOffset: 10
*printSetup*a4Toggle.leftOffset: 10
*printSetup*XmLabel.rightOffset: 10
*printSetup*XmLabelGadget.rightOffset: 10
*printSetup*browseButton.marginHeight: 3
*printSetup*browseButton.marginWidth: 4
*printSetup*line.topOffset: 4
*printSetup*printLabel.topOffset: 4
*printSetup*firstFirstToggle.topOffset: 10
*printSetup*portraitToggle.topOffset: 10
*printSetup*greyscaleToggle.topOffset: 10
*printSetup*letterToggle.topOffset: 10
!*printSetup_popup*preeditType: none
*findDialog_popup.title: Netscape: ╕í║≈
*findDialog*findInLabel.labelString: ╕í║≈┬╨╛▌:
*findDialog*msgHeaders.labelString: Ñ╒Ñ⌐ÑδÑ└╞Γñ╬ÑßÑ├Ñ╗í╝Ñ╕ Ñ╪Ñ├Ñ└í╝
*findDialog*msgBody.labelString: ÑßÑ├Ñ╗í╝Ñ╕ñ╬╦▄╩╕
*findDialog*msgHeaders.indicatorType: ONE_OF_MANY
*findDialog*msgBody.indicatorType: ONE_OF_MANY
*findDialog*findLabel.labelString: ╕í║≈:
*findDialog*findLabel.alignment: ALIGNMENT_END
*findDialog*caseSensitive.labelString: ┬τ╩╕╗·ñ╚╛«╩╕╗·ñ≥╢Φ╩╠ñ╣ñδ
*findDialog*backwards.labelString: ╛σñ╪╕■ñ½ñ├ñ╞╕í║≈
*findDialog*backwards.leftOffset: 20
*findDialog*caseSensitive.alignment: ALIGNMENT_BEGINNING
*findDialog*backwards.alignment: ALIGNMENT_BEGINNING
*findDialog*XmToggleButtonGadget.indicatorType: N_OF_MANY
*findDialog*XmToggleButtonGadget.visibleWhenOff:True
*findDialog*OK.labelString: ╕í║≈
*findDialog*OkLabelString: ╕í║≈
*findDialog*Apply.labelString: Ñ»ÑΩÑó
*findDialog*ApplyLabelString: Ñ»ÑΩÑó
*findDialog*Cancel.labelString: ╩─ñ╕ñδ
*findDialog*CancelLabelString: ╩─ñ╕ñδ
!*findDialog_popup*preeditType: overthespot
! Bookmark Find dialog shares resources with the main find dialog
! Extra resources specific to bookmark find dialog
*findDialog*lookinLabel.labelString: ├╡ñ╣╛∞╜Ω:
*findDialog*nameToggle.labelString: ╠╛┴░
*findDialog*locationToggle.labelString: ╛∞╜Ω
*findDialog*descriptionToggle.labelString: └Γ╠└
*findDialog*wordToggle.labelString: ┤░┴┤ñ╦░∞├╫ñ╣ñδ├▒╕∞ñ└ñ▒ñ≥╕í║≈ñ╣ñδ
*findDialog*helptext.labelString: ╕í║≈ñ≥┬│ñ▒ñδñ╦ñ╧[╝íñ≥╕í║≈]ñ≥╗╚ñññ▐ñ╣íú
! More resources for the Addressbook find dialog
*findDialog*nicknameToggle.labelString: Ñ╦Ñ├Ñ»Ñ═í╝Ñα
*openURLDialog_popup.title: Netscape: ╛∞╜Ωñ≥╗╪─Ωñ╖ñ╞│½ñ»
*openURLDialog*openURLLabel.labelString: ╛∞╜Ωñ≥╗╪─Ωñ╖ñ╞│½ñ»:
*openURLDialog*OK.labelString: │½ñ»
*openURLDialog*OkLabelString: │½ñ»
*openURLDialog*Apply.labelString: Ñ»ÑΩÑó
*openURLDialog*ApplyLabelString: Ñ»ÑΩÑó
*openURLDialog*Cancel.labelString: ╝Φ╛├
*openURLDialog*CancelLabelString: ╝Φ╛├
*openURLDialog*openURLLabel.alignment: ALIGNMENT_END
*openURLDialog*urlText.columns: 45
*openURLDialog.width: 500
!*openURLDialog_popup*preeditType: none
*openURLDialog*openInEditor.labelString: Ñ¿Ñ╟ÑúÑ┐ñ╟│½ñ»
*openURLDialog*openInBrowser.labelString: Ñ╓ÑΘѪÑ╢ñ╟│½ñ»
*message_popup.title: Netscape
*message_popup*OK.labelString: ╬╗▓≥
*message_popup*OkLabelString: ╬╗▓≥
*error_popup.title: Netscape: Ñ¿ÑΘí╝
*question_popup.title: Netscape: ╝┴╠Σ
*question_popup*OK.labelString: ╬╗▓≥
*question_popup*Cancel.labelString: ╝Φ╛├
*prompt_popup.title: Netscape: Ñ╫ÑφÑ≤Ñ╫Ñ╚
*password_popup.title: Netscape: Ñ╤Ñ╣Ñ∩í╝Ñ╔
*promptSubject_popup.title: Netscape: ╖∩╠╛ñ╬╞■╬╧
*stdout_popup.title: Netscape: Ñ╡Ñ╓Ñ╫ÑφÑ╗Ñ╣ñ╬┐╟├╟ (╔╕╜α╜╨╬╧)
*stderr_popup.title: Netscape: Ñ╡Ñ╓Ñ╫ÑφÑ╗Ñ╣ñ╬┐╟├╟ (╔╕╜αÑ¿ÑΘí╝)
*stdout_stderr_popup.title: Netscape: Ñ╡Ñ╓Ñ╫ÑφÑ╗Ñ╣ñ╬┐╟├╟ (╔╕╜α╜╨╬╧/╔╕╜αÑ¿ÑΘí╝)
*citing_popup.title: Netscape
*citing_popup*messageString: \n░·═╤ñ╖ñ╞ñññ▐ñ╣...\n
*printing_popup.title: Netscape
*printing_popup*messageString: \n░⌡║■ñ╖ñ╞ñññ▐ñ╣...\n
*deliveringMessage_popup.title: Netscape
*deliveringMessage_popup*messageString: \nÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...\n
*saving_popup.title: Netscape
*saving_popup*messageString: \nÑ╟ÑúÑ╣Ñ»ñ╦╩▌┬╕ñ╖ñ╞ñññ▐ñ╣...\n
*visual_popup.title: Netscape: X Ñ╙Ñ╕ÑσÑóÑδñ╬╩╤╣╣
*visual_popup*listLabelString: ═°═╤▓─╟╜ñ╩Ñ╙Ñ╕ÑσÑóÑδ:
*saveFile_popup.title: Netscape: ╩╕╜±ñ╬╩▌┬╕
*saveFile*yes.labelString: ñ╧ññ
*saveFile*no.labelString: ñññññ¿
*saveFile*cancelLabelString: ╝Φ╛├
*saveNewFile_popup.title: Netscape: ┐╖ñ╖ññ╩╕╜±ñ╬╩▌┬╕
*promptSubject_popup*messageString: \
ÑßÑ├Ñ╗í╝Ñ╕ñ╦╖∩╠╛ñ¼╔╒ñ▒ñΘñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\
╔╒ñ▒ñ┐ññ╛∞╣τñ╧╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú
*dialog*OK.labelString: ╬╗▓≥
*dialog*clear.labelString: Ñ»ÑΩÑó
*dialog*Cancel.labelString: ╝Φ╛├
*dialog*userLabel.labelString: ѵí╝Ñ╢ ID:
*dialog*passwdLabel.labelString: Ñ╤Ñ╣Ñ∩í╝Ñ╔:
*dialog*userLabel.alignment: ALIGNMENT_END
*dialog*passwdLabel.alignment: ALIGNMENT_END
*clear.labelString: Ñ»ÑΩÑó
*cancel.labelString: ╝Φ╛├
*OK.labelString: ╬╗▓≥
*citationQuery_popup.title: ░·═╤Ñ╣Ñ┐ÑñÑδ
*citationQuery.selectionLabelString: \n\
╩╕╜±┴┤┬╬ñ≥┼║╔╒ñ╗ñ║ñ╦░·═╤ñ╖ñ╞ñññ▐ñ╣íú\n\
\n\
░·═╤ñ╣ñδñ½ñ∩ñΩñ╦íó╩╕╜±ñ≥ÑßÑ├Ñ╗í╝Ñ╕ñ╦┼║╔╒ñ╦ñΦñ├ñ╞─╔▓├ñ╣ñδñ╚íó\n\
│╞╣╘ñ╬└Φ╞¼ñ╦`>'ñ≥╔╒ñ▒ñ║ñ╦║╤ñ▀ñ▐ñ╣íúñ│ñ╬ñΦñªñ╦ñ╖ñ┐╩²ñ¼íó╝⌡╝Φ┐═ñ╧\n\
╩╕╜±ñ≥╩▌┬╕ñ╖ñ┐ñΩñ╖ñΣñ╣ñ»ñ╩ñΩñ▐ñ╣íú\n\
\n\
╩╕╜±ñ≥┼║╔╒ñ╖ñ╞┴≈┐«ñ╖ñ▐ñ╣ñ½?\n
*citationQuery*OK.labelString: ┴≈┐«╖┴╝░\nÑ╞Ñ¡Ñ╣Ñ╚ñ≥┼║╔╒
*citationQuery*OkLabelString: ┴≈┐«╖┴╝░\nÑ╞Ñ¡Ñ╣Ñ╚ñ≥┼║╔╒
*citationQuery*Apply.labelString: ┴≈┐«╖┴╝░\n░·═╤
*citationQuery*ApplyLabelString: ┴≈┐«╖┴╝░\n░·═╤
*citationQuery*Cancel.labelString: ╝Φ╛├
*citationQuery*CancelLabelString: ╝Φ╛├
*doubleCitationQuery_popup.title: ░·═╤Ñ╣Ñ┐ÑñÑδ
*doubleCitationQuery.selectionLabelString: \n\
╞▒ñ╕╩╕╜±ñ¼2ñ─(ñ¬ñ╜ñΘñ»╢÷┴│ñ╦)┴▐╞■ñ╡ñ∞ñ╞ñññ▐ñ╣:\n\
ñ╥ñ╚ñ─ñ╬╩╕╜±ñ╧│╞╣╘ñ╬└Φ╞¼ñ¼`>'ñ╟ñ╧ñ╕ñ▐ñδ╖┴╝░ñ╟░·═╤ñ╡ñ∞ñ╞ñ¬ñΩíó\n\
ñΓñªñ╥ñ╚ñ─ñ╧íóÑßÑ├Ñ╗í╝Ñ╕ñ╬╕σ╚╛ñ╦┼║╔╒Ñ╒ÑíÑñÑδñ╚ñ╖ñ╞┴▐╞■ñ╡ñ∞ñ╞\n\
ñññ▐ñ╣íú\n\
\n\
┼║╔╒ñ╚░·═╤ñ╬ñ╔ñ┴ñΘñ½ñ└ñ▒ñ≥┴≈┐«ñ╣ñδñΦñªñ╦ñ╖ñ▐ñ╣ñ½?
*doubleCitationQuery*OK.labelString: ┴≈┐«╖┴╝░\nÑ╞Ñ¡Ñ╣Ñ╚ñ≥┼║╔╒
*doubleCitationQuery*OkLabelString: ┴≈┐«╖┴╝░\nÑ╞Ñ¡Ñ╣Ñ╚ñ≥┼║╔╒
*doubleCitationQuery*Apply.labelString: ┴≈┐«╖┴╝░\n░·═╤
*doubleCitationQuery*ApplyLabelString: ┴≈┐«╖┴╝░\n░·═╤
*doubleCitationQuery*Cancel.labelString:╝Φ╛├
*doubleCitationQuery*CancelLabelString: ╝Φ╛├
*streamingAudioQuery_popup.title: ▓╗└╝
*streamingAudioQuery.selectionLabelString: \
Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ½ñΘ┴≈ñΘñ∞ñ╞ñ¡ñ┐Ñ╟í╝Ñ┐ñ≥ñ╜ñ╬ñ▐ñ▐│░╔⌠Ñ╙Ñσí╝Ñóñ╟║╞└╕ñ╖ñ▐ñ╣ñ½?\n\
ñ╜ñ∞ñ╚ñΓíñÑ╒ÑíÑñÑδñ╦╩▌┬╕ñ╖ñ╞ñ½ñΘ║╞└╕ñ╖ñ▐ñ╣ñ½?
*streamingAudioQuery*OK.labelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ½ñΘ║╞└╕
*streamingAudioQuery*OkLabelString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ½ñΘ║╞└╕
*streamingAudioQuery*Apply.labelString: └Φñ╦╩▌┬╕ñ╣ñδ
*streamingAudioQuery*ApplyLabelString: └Φñ╦╩▌┬╕ñ╣ñδ
*streamingAudioQuery*Cancel.labelString:╝Φ╛├
*streamingAudioQuery*CancelLabelString: ╝Φ╛├
*fileSelector*filterLabelString: Ñ╒ÑúÑδÑ┐
*fileSelector*dirListLabelString: Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
*fileSelector*fileListLabelString: Ñ╒ÑíÑñÑδ
*fileSelector*OkLabelString: ╬╗▓≥
*fileSelector*ApplyLabelString: Ñ╒ÑúÑδÑ┐
*fileSelector*CancelLabelString: ╝Φ╛├
*fileSelector.Selection.labelString: ┴¬┬≥
*fileSelector.pattern: *.html
*fileSelector*fileTypeMask: FILE_ANY_TYPE
*fileSelector*saveTypeBox.orientation: HORIZONTAL
*fileSelector*formatType.labelString: ╩╕╜±ñ╬╩▌┬╕╖┴╝░:
!*fileSelector_popup*preeditType: overthespot
*filterDialog_popup*selectionLabelString: ┴¬┬≥
*fileBrowser_popup.title: Netscape: Ñ╒ÑíÑñÑδ Ñ╓ÑΘѪÑ╢
*fileBrowser*filterLabelString: Ñ╒ÑúÑδÑ┐
*fileBrowser*dirListLabelString: Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
*fileBrowser*fileListLabelString: Ñ╒ÑíÑñÑδ
*fileBrowser*Selection.labelString: ┴¬┬≥
*fileBrowser*OkLabelString: ╬╗▓≥
*fileBrowser*ApplyLabelString: Ñ╒ÑúÑδÑ┐
*fileBrowser*CancelLabelString: ╝Φ╛├
*fileBrowser*HelpLabelString: Ñ╪ÑδÑ╫
*formSubmitButton.labelString: ─≤╜╨
*formResetButton.labelString: ÑΩÑ╗Ñ├Ñ╚
*formButton.labelString: Monkey Brains
*formFileBrowseButton.labelString: ╗▓╛╚...
!
! The bookmarks window
!
*Bookmark.mainform.width: 300
*Bookmark.mainform.height: 400
*Bookmark*open.labelString: │½ñ»(O)
*Bookmark*open.mnemonic: O
*Bookmark*selectAll.labelString: ñ╣ñ┘ñ╞ñ≥┴¬┬≥(S)
*Bookmark*selectAll.mnemonic: S
*Bookmark*menuBar.Item.labelString: ╣α╠▄
*Bookmark*properties.labelString: Ñ╫ÑφÑ╤Ñ╞Ñú(P)...
*Bookmark*properties.mnemonic: P
*Bookmark*gotoBookmark.labelString: ñ╖ñ¬ñΩñ╪Ñ╕ÑπÑ≤Ñ╫(G)
*Bookmark*gotoBookmark.mnemonic: G
*Bookmark*sortBookmarks.labelString: ñ╖ñ¬ñΩñ╬╩┬ñ┘┬╪ñ¿(S)
*Bookmark*sortBookmarks.mnemonic: S
*Bookmark*insertBookmark.labelString: ñ╖ñ¬ñΩñ≥┴▐╞■(B)
*Bookmark*insertBookmark.mnemonic: B
*Bookmark*insertHeader.labelString: Ñ╒Ñ⌐ÑδÑ└ñ≥┴▐╞■(F)
*Bookmark*insertHeader.mnemonic: F
*Bookmark*insertSeparator.labelString: ╢Φ└┌ñΩ└■ñ≥┴▐╞■(I)
*Bookmark*insertSeparator.mnemonic: I
*Bookmark*makeAlias.labelString: Ñ¿ÑñÑΩÑóÑ╣ñ╬║ε└«(A)
*Bookmark*makeAlias.mnemonic: A
*Bookmark*newBmFolder.labelString: ┐╖╡¼ñ╖ñ¬ñΩ Ñ╒Ñ⌐ÑδÑ└ñ╦ñ╣ñδ(N)
*Bookmark*newBmFolder.mnemonic: N
*Bookmark*bmMenuFolder.labelString: ñ╖ñ¬ñΩ ÑßÑ╦Ñσí╝ Ñ╒Ñ⌐ÑδÑ└ñ╦ñ╣ñδ(M)
*Bookmark*bmMenuFolder.mnemonic: M
!*Bookmark*preeditType: overthespot
! Bookmarks popup menu. It has the same name as the main popup menu
! and hence shares the rest of the resources.
*Bookmark*popup.title.labelString: ñ╖ñ¬ñΩ
*titleSeparator.separatorType: XmDOUBLE_LINE
! Bookmarks edit properties window.
!
*bookmarkProps_popup*title: Netscape: ñ╖ñ¬ñΩñ╬Ñ╫ÑφÑ╤Ñ╞Ñú
*bookmarkProps*nameLabel.labelString: ╠╛┴░:
*bookmarkProps*nameLabel.alignment: ALIGNMENT_END
*bookmarkProps*locationLabel.labelString: ╛∞╜Ω:
*bookmarkProps*locationLabel.alignment: ALIGNMENT_END
*bookmarkProps*descriptionLabel.labelString: └Γ╠└:
*bookmarkProps*descriptionLabel.alignment: ALIGNMENT_END
*bookmarkProps*lastvisitedLabel.labelString: ║╟╜¬╦¼╠Σ╞ⁿ╗■:
*bookmarkProps*lastvisitedLabel.alignment: ALIGNMENT_END
*bookmarkProps*addedonLabel.labelString: ─╔▓├╞ⁿ╗■:
*bookmarkProps*addedonLabel.alignment: ALIGNMENT_END
*bookmarkProps*descriptionText.topOffset: 8
*bookmarkProps*descriptionText.columns: 40
*bookmarkProps*descriptionText.rows: 5
*bookmarkProps*aliasButton.labelString: Ñ¿ÑñÑΩÑóÑ╣ñ╬┴¬┬≥
*bookmarkProps*okLabelString: ╬╗▓≥
*bookmarkProps*cancelLabelString: ╝Φ╛├
!
! Address Book
!
*AddressBook.mainform.width: 300
*AddressBook.mainform.height: 400
*AddressBook*selectAll.labelString: ñ╣ñ┘ñ╞ñ≥┴¬┬≥(S)
*AddressBook*selectAll.mnemonic: S
*AddressBook*mailMessage.labelString: ┐╖ñ╖ññÑßí╝Ñδñ╬║ε└«(N)
*AddressBook*mailMessage.mnemonic: N
*AddressBook*mailMessage.acceleratorText: Shift+Ctrl+M
*AddressBook*menuBar.Item.labelString: ╣α╠▄(U)
*AddressBook*addUser.mnemonic: U
*AddressBook*addUser.labelString: ѵí╝Ñ╢ñ╬─╔▓├(U)...
*AddressBook*addUser.mnemonic: U
*AddressBook*addList.labelString: ░∞═≈ñ╬─╔▓├(L)...
*AddressBook*addList.mnemonic: L
*AddressBook*properties.labelString: Ñ╫ÑφÑ╤Ñ╞Ñú(P)...
*AddressBook*properties.mnemonic: P
! Address Book properties window
!
*AddressBook*bookmarkProps_popup*title: Netscape: ÑóÑ╔Ñ∞Ñ╣─óñ╬Ñ╫ÑφÑ╤Ñ╞Ñú
*AddressBook*bookmarkProps*nicknameLabel.labelString: Ñ╦Ñ├Ñ»Ñ═í╝Ñα:
*AddressBook*bookmarkProps*nicknameLabel.alignment: ALIGNMENT_END
*AddressBook*bookmarkProps*nameLabel.labelString: ╠╛┴░:
*AddressBook*bookmarkProps*locationLabel.labelString: ┼┼╗╥Ñßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣:
*AddressBook*bookmarkProps*Cancel.labelString: ╝Φ╛├
! Address Book popup menu. It has the same name as the main popup menu
! and hence shares the rest of the resources.
*AddressBook*popup.title.labelString: ÑóÑ╔Ñ∞Ñ╣─ó
*AddressBook*popup.titleSeparator.separatorType: XmDOUBLE_LINE
!
! Download
!
*download*downloadURLLabel.labelString: Ñ╜í╝Ñ╣:
*download*downloadFileLabel.labelString: Ñ└ѪÑ≤Ñφí╝Ñ╔└Φ:
*download*cancel.labelString: ├µ╗▀
*download*downloadURLLabel.alignment: ALIGNMENT_END
*download*downloadFileLabel.alignment: ALIGNMENT_END
*download*downloadURLLabel.topOffset: 10
*download*downloadURLLabel.leftOffset: 10
*download*downloadURLValue.columns: 45
*download*downloadURLValue.editable: False
*download*downloadURLValue.cursorPositionVisible: False
*download*downloadURLValue.leftOffset: 10
*download*downloadURLValue.rightOffset: 10
*download*downloadFileLabel.topOffset: 5
*download*downloadFileLabel.leftOffset: 10
*download*downloadFileLabel.bottomOffset: 15
*download*downloadFileValue.columns: 45
*download*downloadFileValue.editable: False
*download*downloadFileValue.cursorPositionVisible: False
*download*downloadFileValue.leftOffset: 10
*download*downloadFileValue.rightOffset: 10
*download*logo.topOffset: 10
*download*cancel.marginWidth: 15
*download*cancel.marginHeight: 10
*download*cancel.topOffset: 20
*download*cancel.bottomOffset: 10
! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
! On SGIs, not having the class will cause the default SGI colors to
! be used instead of the ones specified here. With VUE, the behavior
! is even worse - if we're using a non-default visual (for example, if
! we have requested a 24-bit TrueColor visual instead of the default
! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
! the default visual, and give us colors allocated from the wrong
! colormap, resulting in lovely effects like brown-on-brown menubars!
!
Netscape*thermo.slider.foreground: #0000BF
Netscape*thermo.slider.background: #69B5B5
Netscape*power.LED.foreground: #0000BF
Netscape*power.LED.background: #69B5B5
! (Note: if you comment this stuff out in an attempt to let the current
! "scheme" override things, you'll find that the colors of the toolbar
! icons and the colors of form elements (like option menus) will get
! messed up.)
Netscape*foreground: Black
Netscape*background: #B2B2B2
Netscape*XmTextField.foreground: Black
Netscape*XmText.foreground: Black
Netscape*XmList.foreground: Black
Netscape*XmTextField.background: #D3B5B5
Netscape*XmText.background: #D3B5B5
*textBackground: #D3B5B5
Netscape*XmList.background: #D3B5B5
! Colors of the outline lists used in mail and news windows.
Netscape*XmLGrid.foreground: #000000
Netscape*XmLGrid.background: #B2B2B2
Netscape*XmLGrid.selectBackground: #FFFFCC
! Colors of the "Secure Document" bar.
*secureDocumentColor: #0000BF
*insecureDocumentColor: #B2B2B2
! Default for all buttons
Netscape*XmPushButton*shadowThickness: 2
Netscape*XmPushButtonGadget*shadowThickness: 2
! And for option menus:
Netscape*XmCascadeButton.shadowThickness: 2
Netscape*XmCascadeButtonGadget.shadowThickness: 2
! Various margin sizes
!
*topLeftArea.leftOffset: 0
*topLeftArea.rightOffset: 10
*topLeftArea.topOffset: 0
*topLeftArea.bottomOffset: 0
*urlText.topOffset: 4
*urlText.bottomOffset: 4
*urlText.leftOffset: 4
*urlText.rightOffset: 4
!*urlText.rightOffset: 10
! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
*urlLabel.topOffset: 9
*urlLabel.leftOffset: 10
*urlLabel.rightOffset: 10
*historyMenuBox.topOffset: 0
*historyMenuBox.bottomOffset: 4
*historyMenuBox.leftOffset: 4
*historyMenuBox.rightOffset: 4
*logo.topOffset: 4
*logo.bottomOffset: 4
*logo.leftOffset: 10
*logo.rightOffset: 10
*historyMenuBox.marginHeight: 0
*historyMenuBox.marginWidth: 0
*toolBar*XmPushButton.leftOffset: 2
*toolBar*XmPushButtonGadget.leftOffset: 2
*urlBar*XmPushButton.leftOffset: 2
*urlBar*XmPushButtonGadget.leftOffset: 2
*toolbarFrame.leftOffset: 10
*characterToolbarFrame.leftOffset: 2
*paragraphToolbarFrame.leftOffset: 2
*mouseDocumentation.rightOffset: 4
*toolBar.topOffset: 0
*toolBar.leftOffset: 10
*toolBar.rightOffset: 0
*toolBar.bottomOffset: 0
*urlBar.topOffset: 4
*urlBar.leftOffset: 10
*urlBar.rightOffset: 0
*urlBar.bottomOffset: 0
! Give it a default string to get it sized right...
*mouseDocumentation.labelString: Mozilla
*mouseDocumentation.alignment: ALIGNMENT_BEGINNING
*mouseDocumentation.leftOffset: 10
*docinfoLabel.leftOffset: 4
*dashboard.topOffset: 0
*dashboard.bottomOffset: 0
*dashboard.leftOffset: 0
*dashboard.rightOffset: 10
! To prevent the whole window from flickering when mouseDoc text changes...
*dashboard.resizable: False
*thermo.leftOffset: 4
*thermo.rightOffset: 10
*thermo.topOffset: 4
*thermo.bottomOffset: 4
*thermo.shadowThickness: 2
*thermo.shadowType: SHADOW_IN
*power.topOffset: 4
*power.bottomOffset: 4
*power.shadowThickness: 2
*power.shadowType: SHADOW_IN
*thermo.slider.width: 200
*thermo.slider.height: 5
*power.LED.width: 15
*power.LED.height: 5
*securityBar.topOffset: 4
*securityBar.bottomOffset: 4
*securityBar.shadowThickness: 2
*securityBar.shadowType: SHADOW_IN
*securityBar.LED.height: 2
*topPane.shadowThickness: 2
*bottomPane.shadowThickness: 2
*topPane.shadowType: SHADOW_IN
*bottomPane.shadowType: SHADOW_IN
! Go ahead, try and figure out why some of these need to be on the
! _popup version, and some need to be one level deeper. I dare you.
!*dialog.width: 500
!*history.width: 500
!*mailto.width: 500
!*cache_popup.width: 500
*userConfig_popup.width: 500
*userConfig.width: 500
*fileSelector.width: 500
*fileBrowser.width: 500
! I had to hardcode this in the C code - doesn't work from here...
!*history_popup.allowShellResize: False
! Get rid of all navigation; it's totally broken for Paned windows,
! and for the form widgets under the drawingArea.
*highlightThickness: 0
*navigationType: NONE
! Uh, but turn it back on in the popups (really I'd like to turn it off
! in all non-popups, but I don't think there's a way to specify that...)
*XmDialogShell*highlightThickness: 2
*XmDialogShell*navigationType: TAB_GROUP
! Mail compose needs TAB_GROUP
*Composition*form.navigationType: TAB_GROUP
! Uh, and turn it on only in text fields of forms.
! But of course this doesn't work quite right.
*drawingArea*XmText.navigationType: TAB_GROUP
*drawingArea*XmTextField.navigationType:TAB_GROUP
! Sorry, things don't display properly if you configure Netscape to put its
! scrollbars on the left or top of the document area.
Netscape*scroller.scrollBarPlacement: BOTTOM_RIGHT
! Put scrollbars right next to text fields in forms (and lists).
*drawingArea*XmScrolledWindow.spacing: 0
! Do not under any circumstances change the following line:
Netscape.version: 3.01S
! ============================================================================
! Fonts in the widgets.
! These fonts are all down in Motif land, and thus are not controlled by the
! font selector on the Preferences dialog. That applies only to fonts in
! the document display area.
! ============================================================================
!
*fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*XmTextField.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*XmText.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*XmList*fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
! SGI default:
!*menuBar*fontList: -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
! Sensible default:
*menuBar*fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*menuBar*historyTruncated.fontList:\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*popup*fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*topArea*fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*topArea*XmTextField.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*topArea*XmText.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
!*bookmark*fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*bookmark*fontList: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
!*bookmark*selectedLabel.fontList:\
-*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
!*bookmark*XmText.fontList: -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
*mouseDocumentation.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*docinfoButton.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*mailto*urlLabel.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*licenseDialog*text.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
! and Address Book windows. (Note that there can't be any whitespace after
! the commas.)
*XmLGrid*fontList:\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
! This is the default charset for documents without the charset parameter
! for MIME Content-type: text. Valid values for *defaultCharset:
! iso-8859-1
! iso-8859-2
! iso-2022-jp
! shift_jis
! x-euc-jp
! big5
! x-euc-tw
! gb2312
! euc-kr
! iso-2022-kr
! koi8-r
! iso-8859-5
! iso-8859-7
! iso-8859-9
*defaultCharset: iso-2022-jp
!*defaultCharset: iso-8859-2
!*defaultCharset: iso-2022-jp
!*defaultCharset: shift_jis
!*defaultCharset: x-euc-jp
!*defaultCharset: big5
!*defaultCharset: x-euc-tw
!*defaultCharset: gb2312
!*defaultCharset: euc-kr
!*defaultCharset: iso-2022-kr
!*defaultCharset: koi8-r
!*defaultCharset: iso-8859-5
!*defaultCharset: iso-8859-7
!*defaultCharset: iso-8859-9
! ============================================================================
! Fonts used in the display area.
! ============================================================================
! Default fonts for various charsets, prop(ortional) and fixed.
!
! Format is foundry-family-pointsize-scaling.
! Pointsize is in tenths of a point.
! Scaling is either "scale" or "noscale".
!
! These are only used the first time you start up.
! After that, the preferences file is used.
! The "Defaults" button in the Preferences dialog will revert to these.
!
*documentFonts.defaultFont*iso-8859-1.prop: adobe-times-120-noscale
*documentFonts.defaultFont*iso-8859-1.fixed: adobe-courier-100-noscale
! This table maps weight/slant pairs to bold/italic/boldItalic/normal
!
*documentFonts.face*-: normal
*documentFonts.face*bold-i: boldItalic
*documentFonts.face*bold-o: boldItalic
*documentFonts.face*bold-r: bold
*documentFonts.face*book-o: italic
*documentFonts.face*book-r: normal
*documentFonts.face*demi-i: boldItalic
*documentFonts.face*demi-o: boldItalic
*documentFonts.face*demi-r: bold
*documentFonts.face*demibold-i: boldItalic
*documentFonts.face*demibold-r: bold
*documentFonts.face*light-i: italic
*documentFonts.face*light-r: normal
*documentFonts.face*medium-i: italic
*documentFonts.face*medium-o: italic
*documentFonts.face*medium-r: normal
*documentFonts.face*medium-roman: normal
*documentFonts.face*normal-i: italic
*documentFonts.face*normal-r: normal
*documentFonts.face*regular-i: italic
*documentFonts.face*regular-r: normal
*documentFonts.face*roman-r: normal
*documentFonts.face*w3-r: normal
*documentFonts.face*w3h-r: normal
*documentFonts.face*w4-r: normal
*documentFonts.face*w5-r: normal
*documentFonts.face*w9-r: normal
! This table maps XLFD family names to nice family names
!
*documentFonts.family*djb: DJB
*documentFonts.family*haebfix: Haeberli Fixed
*documentFonts.family*itc avant garde gothic: ITC Avant Garde Gothic
*documentFonts.family*itc bookman: ITC Bookman
*documentFonts.family*itc zapf chancery: ITC Zapf Chancery
*documentFonts.family*itc zapf dingbats: ITC Zapf Dingbats
*documentFonts.family*lucidatypewriter: Lucida Typewriter
! This table maps XLFD foundry names to nice foundry names
!
*documentFonts.foundry*b&h: B&H
*documentFonts.foundry*dec: DEC
*documentFonts.foundry*hku: HKU
*documentFonts.foundry*sgi: SGI
! This table maps MIME charsets to language groups
!
*documentFonts.charsetlang*gb_2312-80: ┤╩┬╬╗·├µ╣±╕∞
*documentFonts.charsetlang*iso-8859-1: ▓ñ╩╞
*documentFonts.charsetlang*iso-8859-2: ├µ▓ñ
*documentFonts.charsetlang*iso-8859-5: Ñ¡ÑΩÑδ╩╕╗·
*documentFonts.charsetlang*iso-8859-7: Ñ«ÑΩÑ╖Ñó╕∞
*documentFonts.charsetlang*iso-8859-9: Ñ╚ÑδÑ│╕∞
*documentFonts.charsetlang*jis_x0201: ╞ⁿ╦▄╕∞
*documentFonts.charsetlang*jis_x0208-1983: ╞ⁿ╦▄╕∞
*documentFonts.charsetlang*jis_x0212-1990: ╞ⁿ╦▄╕∞
*documentFonts.charsetlang*koi8-r: Ñ¡ÑΩÑδ╩╕╗·
*documentFonts.charsetlang*ks_c_5601-1987: ┤┌╣±╕∞
*documentFonts.charsetlang*x-cns11643-1110: ├µ╣±╕∞
*documentFonts.charsetlang*x-cns11643-1: ├µ╣±╕∞
*documentFonts.charsetlang*x-cns11643-2: ├µ╣±╕∞
*documentFonts.charsetlang*x-gb2312-11: ┤╩┬╬╗·├µ╣±╕∞
*documentFonts.charsetlang*x-jisx0208-11: ╞ⁿ╦▄╕∞
*documentFonts.charsetlang*x-ksc5601-11: ┤┌╣±╕∞
*documentFonts.charsetlang*x-x-big5: ├µ╣±╕∞
! This table maps X11 font charsets to MIME charsets
!
*documentFonts.charset*-: x-ignore
*documentFonts.charset*-ascii: x-ignore
*documentFonts.charset*-dingbats: x-ignore
*documentFonts.charset*-hiragana: x-ignore
*documentFonts.charset*-ibm pc: x-ignore
*documentFonts.charset*-katakana: x-ignore
*documentFonts.charset*-roman: x-ignore
*documentFonts.charset*-symbol: x-ignore
*documentFonts.charset*78-h: x-ignore
*documentFonts.charset*78.euc-h: x-ignore
*documentFonts.charset*add-h: x-ignore
*documentFonts.charset*adobe.cns1-0: x-ignore
*documentFonts.charset*adobe.gb1-0: x-ignore
*documentFonts.charset*adobe.japan1-0: x-ignore
*documentFonts.charset*adobe.japan1-1: x-ignore
*documentFonts.charset*adobe.japan1-2: x-ignore
*documentFonts.charset*adobe.japan2-0: x-ignore
*documentFonts.charset*adobe.korea1-0: x-ignore
*documentFonts.charset*big5-0: x-x-big5
*documentFonts.charset*big5.et-0: x-x-big5
*documentFonts.charset*big5.et.ext-0: x-x-big5
*documentFonts.charset*big5.etext-0: x-x-big5
*documentFonts.charset*big5.hku-0: x-x-big5
*documentFonts.charset*big5.hku-1: x-x-big5
*documentFonts.charset*big5.pc-0: x-x-big5
*documentFonts.charset*big5.shift-0: x-x-big5
*documentFonts.charset*cmr.sun-fontspecific: x-ignore
*documentFonts.charset*cns11643.1986-1: x-cns11643-1
*documentFonts.charset*cns11643.1986-2: x-cns11643-2
*documentFonts.charset*cns11643.1992-1: x-cns11643-1
*documentFonts.charset*cns11643.1992-2: x-cns11643-2
*documentFonts.charset*cns11643.1992.1-0: x-cns11643-1
*documentFonts.charset*cns11643.1992.2-0: x-cns11643-2
*documentFonts.charset*dec-decctrl: x-ignore
*documentFonts.charset*dec-decksroman: x-ignore
*documentFonts.charset*dec-decmath_extension: x-ignore
*documentFonts.charset*dec-decmath_italic: x-ignore
*documentFonts.charset*dec-decmath_symbol: x-ignore
*documentFonts.charset*dec-decsuppl: x-ignore
*documentFonts.charset*dec-dectech: x-ignore
*documentFonts.charset*dec-drcs: x-ignore
*documentFonts.charset*dec-fontspecific: x-ignore
*documentFonts.charset*dec.cns11643.1986-2: x-cns11643-1110
*documentFonts.charset*dec.cns11643.1986-udc: x-ignore
*documentFonts.charset*dec.dtscs.1990-2: x-ignore
*documentFonts.charset*euc-h: x-ignore
*documentFonts.charset*ext-h: x-ignore
*documentFonts.charset*gb2312.1980-0: gb_2312-80
*documentFonts.charset*gb2312.1980-1: x-gb2312-11
*documentFonts.charset*gb2312.1980-udc: x-ignore
*documentFonts.charset*hojo-h: x-ignore
*documentFonts.charset*hp-japanese15: x-ignore
*documentFonts.charset*hp-japaneseeuc: x-ignore
*documentFonts.charset*hp-roman8: x-ignore
*documentFonts.charset*hpbig5-: x-x-big5
*documentFonts.charset*ibm-850: x-ignore
*documentFonts.charset*ibm-fontspecific: x-ignore
*documentFonts.charset*ibm-ibmcs01007ext: x-ignore
*documentFonts.charset*ibm-special: x-ignore
*documentFonts.charset*ibm-udcjp: x-ignore
*documentFonts.charset*iso646.1991-irv: x-ignore
*documentFonts.charset*iso8859-1: iso-8859-1
*documentFonts.charset*iso8859-2: iso-8859-2
*documentFonts.charset*iso8859-3: x-ignore
*documentFonts.charset*iso8859-4: x-ignore
*documentFonts.charset*iso8859-5: iso-8859-5
*documentFonts.charset*iso8859-6: x-ignore
*documentFonts.charset*iso8859-7: iso-8859-7
*documentFonts.charset*iso8859-8: x-ignore
*documentFonts.charset*iso8859-9: iso-8859-9
*documentFonts.charset*iso8859-adobe: x-ignore
*documentFonts.charset*itc zapf dingbats.adobe-fontspecific: x-ignore
*documentFonts.charset*itc zapfdingbats.sun-fontspecific: x-ignore
*documentFonts.charset*jisx0201-romankana: x-ignore
*documentFonts.charset*jisx0201.1976-0: jis_x0201
*documentFonts.charset*jisx0201.1976-1: jis_x0201
*documentFonts.charset*jisx0208-kanji00: x-ignore
*documentFonts.charset*jisx0208-kanji11: x-ignore
*documentFonts.charset*jisx0208.1983-0: jis_x0208-1983
*documentFonts.charset*jisx0208.1983-1: x-jisx0208-11
*documentFonts.charset*jisx0208.1990-0: jis_x0208-1983
*documentFonts.charset*jisx0212.1990-0: jis_x0212-1990
*documentFonts.charset*jisx0212.1990-ocmp.1992: jis_x0212-1990
*documentFonts.charset*koi8-1: koi8-r
*documentFonts.charset*koi8-r: koi8-r
*documentFonts.charset*ks-roman: x-ignore
*documentFonts.charset*ksc5601.1987-0: ks_c_5601-1987
*documentFonts.charset*ksc5601.1987-1: x-ksc5601-11
*documentFonts.charset*misc-fontspecific: x-ignore
*documentFonts.charset*necjisx0208.1983-0: x-ignore
*documentFonts.charset*novanet-1: x-ignore
*documentFonts.charset*nwp-h: x-ignore
*documentFonts.charset*pimai.adobe-fontspecific: x-ignore
*documentFonts.charset*rksj-h: x-ignore
*documentFonts.charset*screen.sun-fontspecific: x-ignore
*documentFonts.charset*sgi-fontspecific: x-ignore
*documentFonts.charset*shiftjis-0: x-ignore
*documentFonts.charset*sunolcursor-1: x-ignore
*documentFonts.charset*sunolglyph-1: x-ignore
*documentFonts.charset*symbol.adobe-fontspecific: x-ignore
*documentFonts.charset*symbol.sun-fontspecific: x-ignore
*documentFonts.charset*tis620.2533-1: x-ignore
*documentFonts.charset*wp-symbol: x-ignore
*documentFonts.charset*zapfdingbats.adobe-fontspecific: x-ignore
! There are 7 font sizes, 1 thru 7. The default font is 3, and the others
! are based on this. The default increment is 20%, which means that the 4
! is 20% larger than the 3, the 5 is 40% larger, and so on.
!
*documentFonts.sizeIncrement: 20
! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
! same fonts in their font path, and, to make matters even worse, they have
! the 75 before the 100 even if their monitor is around 100 DPI. The
! following is provided so that these people can hack their fonts without
! having to correct their font path.
!
! To correct your font path, take a look at
! http://home.netscape.com/assist/support/client/tn/unix/10305.html
! which is a Technical Note linked from Help->Frequently Asked Questions.
!
! The last part of the left hand side (iso-8859-1) is the MIME charset
! corresponding to the X11 font charset (see above).
!
! To use e.g. 100 DPI fonts, change the final "*" to "100".
!
*documentFonts.xResolution*iso-8859-1: *
*documentFonts.yResolution*iso-8859-1: *
! ============================================================================
! Fonts used for printing.
! ============================================================================
!
! psname is the full PostScript font name
! pscode is the character encoding used in the PostScript font
! pswidth is the PostScript width per character, only useful for "square"
! fonts such as those found in East Asia
! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
! and cannot be changed.
!
!*documentFonts.latin1.variable.normal*psname: Times-Roman
!*documentFonts.latin1.variable.bold*psname: Times-Bold
!*documentFonts.latin1.variable.italic*psname: Times-Italic
!*documentFonts.latin1.variable.boldItalic*psname: Times-BoldItalic
!*documentFonts.latin1.fixed.normal*psname: Courier
!*documentFonts.latin1.fixed.bold*psname: Courier-Bold
!*documentFonts.latin1.fixed.italic*psname: Courier-Oblique
!*documentFonts.latin1.fixed.boldItalic*psname: Courier-BoldOblique
!*documentFonts.latin1*pscode: iso-8859-1
!*documentFonts.latin1*pswidth: *
! Netscape does not differentiate between variable and fixed, and between
! normal, bold, italic and boldItalic for the following East Asian fonts.
!
! The charset fields are the charset names corresponding to the available
! locales (e.g. for Japan, that would be x-euc-jp and shift_jis).
!
*documentFonts.x-euc-jp*psname: Ryumin-Light-RKSJ-H
*documentFonts.x-euc-jp*pscode: shift_jis
*documentFonts.x-euc-jp*pswidth: 1000
*documentFonts.shift_jis*psname: Ryumin-Light-RKSJ-H
*documentFonts.shift_jis*pscode: shift_jis
*documentFonts.shift_jis*pswidth: 1000
*documentFonts.euc-kr*psname: SMgoJ
*documentFonts.euc-kr*pscode: euc-kr
*documentFonts.euc-kr*pswidth: 1000
!*documentFonts.gb2312*psname: ???
!*documentFonts.gb2312*pscode: ???
!*documentFonts.gb2312*pswidth: ???
!*documentFonts.x-euc-tw*psname: ???
!*documentFonts.x-euc-tw*pscode: ???
!*documentFonts.x-euc-tw*pswidth: ???
!
! Navigator mouse documentation.
!
*tipLabel.fontList: \
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
Netscape*tipLabel.background: #FFFFCC
Netscape*tipLabel.foreground: Black
Netscape*tipShell.borderColor: Black
Netscape*tipShell.borderWidth: 1
!
! Browser documentation and tip strings
!
! Navigator/File menu
*openBrowser.documentationString: ┐╖ñ╖ññÑ╓ÑΘѪÑ╢ ѪÑúÑ≤Ñ╔Ѫñ≥│½ñ¡ñ▐ñ╣íú
*editorNew.documentationString: ┐╖ñ╖ññ╩╕╜±ñ≥║ε└«ñ╖ñ▐ñ╣íú
*editorNewBlank.documentationString: ┐╖ñ╖ññ╢⌡ñ╬╩╕╜±ñ≥║ε└«ñ╖ñ▐ñ╣íú
*editorNewTemplate.documentationString: \
Ñ╞Ñ≤Ñ╫Ñ∞í╝Ñ╚ñ≥╗╚═╤ñ╖ñ╞┐╖ñ╖ññ╩╕╜±ñ≥║ε└«ñ╖ñ▐ñ╣íú
*editorNewWizard.documentationString: \
┐╖ñ╖ññ╩╕╜±ñ≥ Netscape ѪѺÑ╓ Ñ╡ÑñÑ╚ñ╬Ñ┌í╝Ñ╕ ѪÑúÑ╢í╝Ñ╔ñ≥═°═╤ñ╖ñ╞║ε└«ñ╖ñ▐ñ╣íú
*editDocument.documentationString: Ñ¿Ñ╟ÑúÑ┐ ѪÑúÑ≤Ñ╔Ѫñ╟╩╕╜±ñ≥╩╘╜╕ñ╖ñ▐ñ╣íú
*openURL.documentationString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛σñ╬╩╕╜±ñ≥│½ñ¡ñ▐ñ╣íú
*openFile.documentationString: Ñφí╝ѽÑδñ╬╩╕╜±ñ≥│½ñ¡ñ▐ñ╣íú
*editorOpenFile.documentationString: Ñφí╝ѽÑδ Ñ╒ÑíÑñÑδñ≥│½ñññ╞╩╘╜╕ñ╖ñ▐ñ╣íú
*saveAs.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ≥╩▌┬╕ñ╖ñ▐ñ╣íú
*uploadFile.documentationString: FTP Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦Ñ╒ÑíÑñÑδñ≥ÑóÑ├Ñ╫Ñφí╝Ñ╔(┴≈┐«)ñ╖ñ▐ñ╣íú
*mailNew.documentationString: ┐╖ñ╖ññÑßÑ├Ñ╗í╝Ñ╕ñ≥║ε└«ñ╖ñ▐ñ╣íú
*mailto.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ≥Ñßí╝Ñδñ╟┴≈┐«ñ╖ñ▐ñ╣íú
*print.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ≥░⌡║■ñ╖ñ▐ñ╣íú <Shift+Ctrl+P>
*delete.documentationString: ║ε╢╚├µñ╬ѪÑúÑ≤Ñ╔Ѫñ≥╩─ñ╕ñ▐ñ╣íú
*quit.documentationString: Netscape ñ╬ñ╣ñ┘ñ╞ñ╬ѪÑúÑ≤Ñ╔Ѫñ≥╩─ñ╕ñ╞╜¬╬╗ñ╖ñ▐ñ╣íú
! Navigator/Edit menu
*undo.documentationString: ║╟╕σñ╬╩╤╣╣ñ≥╕╡ñ╦╠ßñ╖ñ▐ñ╣íú
*redo.documentationString: ║╟╕σñ╬╕╡ñ╦╠ßñ╖ñ┐┴α║εñ≥ñΣñΩ─╛ñ╖ñ▐ñ╣íú
*cut.documentationString: \
┴¬┬≥ñ╖ñ┐╞Γ═╞ñ≥Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╦░▄╞░ñ╖ñ▐ñ╣íú <Shift+Ctrl+X>
*copy.documentationString: \
┴¬┬≥ñ╖ñ┐╞Γ═╞ñ≥Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╦Ñ│Ñ╘í╝ñ╖ñ▐ñ╣íú <Shift+Ctrl+C>
*paste.documentationString: Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╬╞Γ═╞ñ≥┼╜ñΩ╔╒ñ▒ñ▐ñ╣íú <Shift+Ctrl+Y>
*find.documentationString: \
║ε╢╚├µñ╬╩╕╜±ñ½ñΘ╗╪─Ωñ╖ñ┐╩╕╗·╬≤ñ≥╕í║≈ñ╖ñ▐ñ╣íú <Shift+Ctrl+F>
*findAgain.documentationString: ─╛┴░ñ╦╣╘ñ├ñ┐╕í║≈ñ≥ñΣñΩ─╛ñ╖ñ▐ñ╣íú
! Navigator/View menu
*reload.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ≥ñΓñª░∞┼┘╞╔ñ▀╣■ñ▀ñ▐ñ╣íú
*reloadFrame.documentationString: ║ε╢╚├µñ╬Ñ╒Ñ∞í╝Ñα Ñ╗Ñδñ≥ñΓñª░∞┼┘╞╔ñ▀╣■ñ▀ñ▐ñ╣íú
*loadImages.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ╬▓Φ┴ⁿñ≥╞╔ñ▀╣■ñ▀ñ▐ñ╣íú
*refresh.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ≥ñΓñª░∞┼┘╔┴▓Φñ╖ñ▐ñ╣íú
*source.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ╬Ñ╜í╝Ñ╣ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*docInfo.documentationString: \
║ε╢╚├µñ╬╩╕╜±ñ╦ñ─ñññ╞ñ╬╛≡╩≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*frameSource.documentationString: ║ε╢╚├µñ╬Ñ╒Ñ∞í╝Ñα Ñ╗Ñδñ╬Ñ╜í╝Ñ╣ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*frameInfo.documentationString: ║ε╢╚├µñ╬Ñ╒Ñ∞í╝Ñα Ñ╗Ñδñ╬╛≡╩≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
! Navigator/Go menu
*back.documentationString: ═·╬≥ñ╬┴░ñ╬╩╕╜±ñ╦╠ßñΩñ▐ñ╣íú
*forward.documentationString: \
═·╬≥ñ╬╝íñ╬╩╕╜±ñ╦┐╩ñ▀ñ▐ñ╣íú
*home.documentationString: \
[┴┤╚╠ñ╬└▀─Ω]ñ╟╗╪─Ωñ╡ñ∞ñ╞ñññδÑ█í╝Ñα Ñ┌í╝Ñ╕ñ╦Ñ╕ÑπÑ≤Ñ╫ñ╖ñ▐ñ╣íú
*abort.documentationString: ╜Φ═²├µñ╬┼╛┴≈ñ≥├µ├╟ñ╖ñ▐ñ╣íú
! Navigator/Bookmarks menu
*addBookmark.documentationString: \
║ε╢╚├µñ╬╩╕╜±ñ≥ñ╖ñ¬ñΩ░∞═≈ñ╦─╔▓├ñ╖ñ▐ñ╣íú
! Navigator/Options menu
*generalPrefs.documentationString: Ñ╫ÑφÑ░ÑΘÑα┴┤╚╠ñ╬└▀─Ωñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*editorPrefs.documentationString: Ñ¿Ñ╟ÑúÑ┐ñ╬└▀─Ωñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*mailNewsPrefs.documentationString: Ñßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣ñ╬└▀─Ωñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*networkPrefs.documentationString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▀─Ωñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*securityPrefs.documentationString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╚Javañ╬└▀─Ωñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*showMenubar.documentationString: ÑßÑ╦Ñσí╝Ñ╨í╝ñ╬╔╜╝¿/╚≤╔╜╝¿ñ≥└┌ñΩ┬╪ñ¿ñ▐ñ╣íú
*showToolbar.documentationString: Ñ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿/╚≤╔╜╝¿ñ≥└┌ñΩ┬╪ñ¿ñ▐ñ╣íú
*showURL.documentationString: ╛∞╜Ωñ╬╔╜╝¿/╚≤╔╜╝¿ñ≥└┌ñΩ┬╪ñ¿ñ▐ñ╣íú
*showDirectoryButtons.documentationString: ╩╪═°ñ╩Ñ╣Ñ┐í╝Ñ╚ Ñ▄Ñ┐Ñ≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showJavaConsole.documentationString: Java Ñ│Ñ≤Ñ╜í╝Ñδñ╬╔╜╝¿/╚≤╔╜╝¿ñ≥└┌ñΩ┬╪ñ¿ñ▐ñ╣íú
*showSecurityBar.documentationString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ѽÑΘí╝Ñ╨í╝ñ╬╔╜╝¿/╚≤╔╜╝¿ñ≥└┌ñΩ┬╪ñ¿ñ▐ñ╣íú
*autoLoadImages.documentationString: ÑñÑ≤ÑΘÑñÑ≤▓Φ┴ⁿñ≥╝½╞░┼¬ñ╦╞╔ñ▀╣■ñ▀ñ▐ñ╣íú
*docEncoding*documentationString: ╩╕╜±ñ╬╩╕╗·Ñ│í╝Ñ╔ Ñ╗Ñ├Ñ╚ñ≥└▀─Ωñ╖ñ▐ñ╣íú
*saveOptions.documentationString: └▀─ΩÑ╒ÑíÑñÑδñ╦ѬÑ╫Ñ╖ÑτÑ≤ñ≥╩▌┬╕ñ╖ñ▐ñ╣íú
! Navigator/Directory menu
*netscape.documentationString: \
Ñ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ Ñ│Ñ▀Ñ╦ÑσÑ▒í╝Ñ╖ÑτÑ≤Ñ║ Ñ│í╝Ñ▌Ñ∞í╝Ñ╖ÑτÑ≤ñ╬Ñ█í╝ÑαÑ┌í╝Ñ╕
!*sgi.documentationString: Silicon Graphics, Inc. Home Page
!*adobe.documentationString: Adobe Systems, Inc. Home Page
*whatsNew.documentationString: Ñ═Ñ├Ñ╚ñ╬║╟┐╖╛≡╩≤
*whatsCool.documentationString: ñ¬ñ╣ñ╣ñßñ╬Ñ╡ÑñÑ╚
*galleria.documentationString: Ñ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ Ñ«ÑπÑΘÑΩí╝
*inetIndex.documentationString: Ñ═Ñ├Ñ╚├╡╕í
*inetSearch.documentationString: ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚╕í║≈
*inetWhite.documentationString: ┐═í╣ñ╚╜Ω║▀
*inetAbout.documentationString: ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ñ╦ñ─ñññ╞
! Navigator/Window menu
*openMail.documentationString: Ñßí╝Ñδñ≥╞╔ñαñ┐ñßñ╬ѪÑúÑ≤Ñ╔Ѫñ≥│½ñ¡ñ▐ñ╣íú
*openNews.documentationString: Ñ╦Ñσí╝Ñ╣ ѪÑúÑ≤Ñ╔Ѫñ≥│½ñ¡ñ▐ñ╣íú
!*siteManager.documentationString: Pop-up Site Manager window
*editAddressBook.documentationString: ÑóÑ╔Ñ∞Ñ╣─óñ≥│½ñ¡ñ▐ñ╣íú
*viewBookmark.documentationString: ñ╖ñ¬ñΩ ÑªÑúÑ≤Ñ╔Ѫñ≥│½ñ¡ñ▐ñ╣íú
*viewHistory.documentationString: ═·╬≥ѪÑúÑ≤Ñ╔Ѫñ≥│½ñ¡ñ▐ñ╣íú
!*windowButton.documentationString: Switch to named document window
! Navigator/Help menu
*about.documentationString: \
Ñ╫ÑφÑ░ÑΘÑα╛≡╩≤íóÑ╨í╝Ñ╕ÑτÑ≤╚╓╣µíócopyrightñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*aboutplugins.documentationString: Plug-In ñ╦ñ─ñññ╞ñ╬╛≡╩≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*registration.documentationString: \
└╜╔╩┼╨╧┐ñ╚Ñ╡Ñ▌í╝Ñ╚╛≡╩≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*upgrade.documentationString: \
Ñ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ Ñ╜Ñ╒Ñ╚ѪѺÑóñ╚ÑóÑ├Ñ╫Ñ░Ñ∞í╝Ñ╔ñ╦┤╪ñ╣ñδ╛≡╩≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
!*webStarter.documentationString: \
Information and links to resources for new web publishers
*manual.documentationString: ѬÑ≤ÑΘÑñÑ≤ Ñ▐Ñ╦ÑσÑóÑδñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*relnotes.documentationString: \
ñ¬╗╚ñññ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╬ Netscape ñ╦ñ─ñññ╞ñ╬╛≡╩≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*faq.documentationString: ñΦñ»┐╥ñ═ñΘñ∞ñδ╝┴╠Σñ╦┬╨ñ╣ñδ▓≤┼·ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*aboutSecurity.documentationString: Netscape ñ╬Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╦┤╪ñ╣ñδ╛≡╩≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*feedback.documentationString: \
ÑΩѻѿÑ╣Ñ╚ñ╬┴≈ñΩ╩²ñ≥└Γ╠└ñ╖ñ▐ñ╣íú
*support.documentationString: \
Netscape ñ╬Ñ╡Ñ▌í╝Ñ╚ñ╬╝⌡ñ▒╩²ñ≥└Γ╠└ñ╖ñ▐ñ╣íú
*howTo.documentationString: Web Ñ╡í╝Ñ╙Ñ╣ñ╬║εñΩ╩²ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
! Navigator/Toolbar (tip strings and special documentation strings)
*back.tipString: ┴░ñ╬╩╕╜±
*forward.tipString: ╝íñ╬╩╕╜±
*home.tipString: Ñ█í╝ÑαÑ┌í╝Ñ╕ñ╪Ñ╕ÑπÑ≤Ñ╫
*editDocument.tipString: ╩╕╜±ñ≥╩╘╜╕
*reload.tipString: ║ε╢╚├µñ╬╩╕╜±ñ≥ñΓñª░∞┼┘╞╔ñ▀╣■ñα
*loadImages.tipString: ║ε╢╚├µñ╬╩╕╜±ñ╬▓Φ┴ⁿñ≥╞╔ñ▀╣■ñα
*openURL.tipString: Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»╛σñ╬╩╕╜±ñ≥│½ñ»
*print.tipString: ║ε╢╚├µñ╬╩╕╜±ñ≥░⌡║■
*find.tipString: ╕╜║▀ñ╬╩╕╜±ñ╟╕í║≈
*abort.tipString: ╜Φ═²├µñ╬┼╛┴≈ñ≥├µ├╟
! Same as Help/about menu item
*logo.documentationString: \
Ñ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ Ñ│Ñ▀Ñ╦ÑσÑ▒í╝Ñ╖ÑτÑ≤Ñ║ Ñ│í╝Ñ▌Ñ∞í╝Ñ╖ÑτÑ≤ñ╬Ñ█í╝ÑαÑ┌í╝Ñ╕
*logo.tipString: Ñ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ñ╪Ñ╕ÑπÑ≤Ñ╫
! Navigatpr/Dashboard
*docinfoLabel.documentationString: \
Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╔╕╝▒íó╕░ñ¼▓⌡ñ∞ñ╞ñññ╩ññ╗■ñ╧╩╕╜±ñ╧╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú
*docinfoLabel.tipString: Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╔╕╝▒
*biffButton.documentationString: Ñßí╝Ñδ ѪÑúÑ≤Ñ╔Ѫñ≥│½ñññ╞íó┐╖ñ╖ññÑßí╝Ñδñ≥Ñ┴ѺÑ├Ñ»ñ╖ñ▐ñ╣íú
*biffButton.tipString: Ñßí╝Ñδñ╬│╬╟º
! Editor/File menu (additonal items)
*Editor*editorNewBlank.documentationString: ┐╖ñ╖ññ╢⌡ñ╬╩╕╜±ñ≥║ε└«ñ╖ñ▐ñ╣íú <Shift+Ctrl+N>
*editorBrowse.documentationString: ╕╜║▀ñ╬╩╕╜±ñ╟Ñ╓ÑΘѪÑ╢ ѪÑúÑ≤Ñ╔Ѫñ≥│½ñ¡ñ▐ñ╣íú
*Editor*editorOpenFile.documentationString: Ñφí╝ѽÑδ Ñ╒ÑíÑñÑδñ≥│½ñññ╞╩╘╜╕ñ╖ñ▐ñ╣íú <Shift+Ctrl+O>
*Editor*save.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ≥╩▌┬╕ñ╖ñ▐ñ╣íú <Shift+Ctrl+S>
*Editor*saveAs.documentationString: ║ε╢╚├µñ╬╩╕╜±ñ≥┐╖ñ╖ññ╠╛┴░ñ╟╩▌┬╕ñ╖ñ▐ñ╣íú
*publish.documentationString: \
╕°│½═╤ñ╦╕╜║▀ñ╬Ñ╒ÑíÑñÑδñ▐ñ┐ñ╧Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥ÑóÑ├Ñ╫Ñφí╝Ñ╔ñ╖ñ▐ñ╣íú
! Editor/Edit menu (additonal items)
*deleteItem.documentationString: ┴¬┬≥╚╧░╧ñ▐ñ┐ñ╧╝íñ╬╣α╠▄ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
*selectAll.documentationString: ╩╕╜±┴┤┬╬ñ≥┴¬┬≥ñ╖ñ▐ñ╣íú
*selectTable.documentationString: ╔╜┴┤┬╬ñ≥┴¬┬≥ñ╖ñ▐ñ╣íú
*deleteTable.documentationString: ╔Σ╣µñ╬╛∞╜Ωñ╬╔╜ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
*deleteRow.documentationString: ╔╜ñ╬╣╘ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
*deleteColumn.documentationString: ╔╜ñ╬╬≤ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
*deleteCell.documentationString: ╔╜ñ╬Ñ╗Ñδí╩╣╘ñ╚╬≤)ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
*removeLinks.documentationString: \
╔Σ╣µñ╬░╠├╓ñ╦ñóñδÑΩÑ≤Ñ»ñ▐ñ┐ñ╧┴¬┬≥╚╧░╧ñ╬ñ╣ñ┘ñ╞ñ╬ÑΩÑ≤Ñ»ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
! Editor/View menu (additonal items)
*editSource.documentationString: ñ█ñ½ñ╬Ñ╫ÑφÑ░ÑΘÑαñ╟╩╕╜±Ñ╒ÑíÑñÑδñ≥╩╘╜╕ñ╖ñ▐ñ╣íú
*paragraphMarks.documentationString: ├╩═εñ╬╜¬ñ∩ñΩñ╦│¿ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*displayTables.documentationString: ║ε╢╚├µñ╬╩╕╜±╞Γñ╬╔╜ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
! Editor/Insert menu (additonal menu)
*insertLink.documentationString: \
╔Σ╣µñ╬░╠├╓ñ╦ÑΩÑ≤Ñ»ñ≥┴▐╞■ñ▐ñ┐ñ╧┴¬┬≥ñ╖ñ┐Ñ╞Ñ¡Ñ╣Ñ╚ñΣ▓Φ┴ⁿñ╪ñ╬ÑΩÑ≤Ñ»ñ≥║ε└«ñ╖ñ▐ñ╣íú
*insertTarget.documentationString: ╔Σ╣µñ╬░╠├╓ñ╦Ñ┐í╝Ñ▓Ñ├Ñ╚(╠╛┴░╔╒ñ¡ÑóÑ≤ѽí╝)ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertImage.documentationString: ╕╜║▀ñ╬ѽí╝Ñ╜Ñδ░╠├╓ñ╦▓Φ┴ⁿñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertHorizontalLine.documentationString: \
╕╜║▀ñ╬ѽí╝Ñ╜Ñδ░╠├╓ñ╦▓ú╖╙└■ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertHtmlTag.documentationString: \
ѽí╝Ñ╜Ñδñ╬░╠├╓ñ╦╟ñ░╒ñ╬HTMLÑ┐Ñ░ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertTable.documentationString: ╔Σ╣µñ╬░╠├╓ñ╦╔╜ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertRow.documentationString: ╔╜ñ╦┐╖ñ╖ññ╣╘ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertColumn.documentationString: ╔╜ñ╦┐╖ñ╖ññ╬≤ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertCell.documentationString: \
╔╜ñ╦┐╖ñ╖ññÑ╗Ñδ(╣╘ñ╚╬≤)ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertNewLineBreak.documentationString: ╩╕╗·╬≤ñ≥┐╖ñ╖ññ╣╘ñ╟┬│ñ▒ñδñΦñªñ╦▓■╣╘ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertBreakBelow.documentationString: \
╩╕╗·╬≤ñ≥▓Φ┴ⁿñ╬▓╝ñ½ñΘ┬│ñ▒ñδñΦñªñ╦▓■╣╘ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertNonBreaking.documentationString: \
╕╜║▀ñ╬ѽí╝Ñ╜Ñδ░╠├╓ñ╦▓■╣╘ñ╖ñ╩ññ╢⌡╟≥ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
! Editor/Properties menu (additonal menu)
*textProperties.documentationString: ╩╕╗·íó├╩═εíóÑΩÑ≤Ñ»ñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*linkProperties.documentationString: ÑΩÑ≤Ñ»ñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*targetProperties.documentationString: Ñ┐í╝Ñ▓Ñ├Ñ╚(╠╛┴░╔╒ñ¡ÑóÑ≤ѽí╝)ñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*imageProperties.documentationString: ▓Φ┴ⁿñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*tableProperties.documentationString: ╔╜íó╣╘íóÑ╗Ñδñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*hruleProperties.documentationString: ▓ú╖╙└■ñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*tagProperties.documentationString: HTML Ñ┐Ñ░ñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*documentProperties.documentationString: \
╩╕╜±ñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*bold.documentationString: Ñ╣Ñ┐ÑñÑδñ≥┬└╗·ñ╦└▀─Ωñ╖ñ▐ñ╣íú <Shift+Ctrl+B>
*italic.documentationString: Ñ╣Ñ┐ÑñÑδñ≥╝╨┬╬ñ╦└▀─Ωñ╖ñ▐ñ╣íú <Shift+Ctrl+I>
*underline.documentationString: Ñ╣Ñ┐ÑñÑδñ≥▓╝└■╔╒ñ¡ñ╦└▀─Ωñ╖ñ▐ñ╣íú <Shift+Ctrl+U>
*fixed.documentationString: Ñ╣Ñ┐ÑñÑδñ≥╕╟─Ω╔²ñ╦└▀─Ωñ╖ñ▐ñ╣íú <Shift+Ctrl+T>
*superscript.documentationString: Ñ╣Ñ┐ÑñÑδñ≥╛σ╔╒ñ¡ñ╦└▀─Ωñ╖ñ▐ñ╣íú
*subscript.documentationString: Ñ╣Ñ┐ÑñÑδñ≥▓╝╔╒ñ¡ñ╦└▀─Ωñ╖ñ▐ñ╣íú
*strikethrough.documentationString: Ñ╣Ñ┐ÑñÑδñ≥╝ΦñΩ╛├ñ╖└■ñ╦└▀─Ωñ╖ñ▐ñ╣íú
*blink.documentationString: Ñ╣Ñ┐ÑñÑδñ≥┼└╠╟ñ╦└▀─Ωñ╖ñ▐ñ╣íú
*textColor.documentationString: Ñ╒Ñ⌐Ñ≤Ñ╚ñ╬┐ºñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*defaultColor.documentationString: ╔╕╜αñ╬Ñ╒Ñ⌐Ñ≤Ñ╚ñ╬┐ºñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*serverJavaScript.documentationString: Ñ╡í╝Ñ╨ JavaScript Ñ╞Ñ¡Ñ╣Ñ╚ñ╬╞■╬╧ñ╬╩╕╗·Ñ╣Ñ┐ÑñÑδñ≥└▀─Ωñ╖ñ▐ñ╣íú
*clientJavaScript.documentationString: Ñ»ÑΘÑñÑóÑ≤Ñ╚ JavaScript Ñ╞Ñ¡Ñ╣Ñ╚ñ╬╞■╬╧ñ╬╩╕╗·Ñ╣Ñ┐ÑñÑδñ≥└▀─Ωñ╖ñ▐ñ╣íú
*clearAllStyles.documentationString: \
ñ╣ñ┘ñ╞ñ╬╩╕╗·Ñ╣Ñ┐ÑñÑδñ╚ÑΩÑ≤Ñ»ñ╬┬░└¡ñ≥Ñ»ÑΩÑóñ╖ñ▐ñ╣íú <Shift+Ctrl+K>
*fontSize*documentationString: Ñ╒Ñ⌐Ñ≤Ñ╚ Ñ╡ÑñÑ║ñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*paragraphProperties.indent.documentationString: \
├╩═εñ≥░∞├╩ÑñÑ≤Ñ╟Ñ≤Ñ╚ñ╖ñ▐ñ╣íú
*paragraphProperties.outdent.documentationString: \
├╩═εñ╬ÑñÑ≤Ñ╟Ñ≤Ñ╚ñ≥░∞├╩▓≥╜ⁿñ╖ñ▐ñ╣íú
*paragraphProperties*documentationString: \
├╩═εñ╚Ñ╪Ñ├Ñ└í╝ñ╬Ñ╣Ñ┐ÑñÑδñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
! Editor/Options menu (additional items)
*Editor*showToolbar.documentationString: Ñ╒ÑíÑñÑδ/╩╘╜╕Ñ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿/╚≤╔╜╝¿ñ≥└┌ñΩ┬╪ñ¿ñ▐ñ╣íú
*showCharacter.documentationString: ╩╕╗·Ñ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿/╚≤╔╜╝¿ñ≥└┌ñΩ┬╪ñ¿ñ▐ñ╣íú
*showParagraph.documentationString: ├╩═εÑ─í╝ÑδÑ╨í╝ñ╬╔╜╝¿/╚≤╔╜╝¿ñ≥└┌ñΩ┬╪ñ¿ñ▐ñ╣íú
! Editor/Toolbar
*editorNewBlank.tipString: ┐╖╡¼╩╕╜±
*editorOpenFile.tipString: Ñ╒ÑíÑñÑδñ≥│½ñ»
*save.tipString: ╩▌┬╕
*editorBrowse.tipString: Ñ╓ÑΘѪÑ╢╞Γñ╦╔╜╝¿
*cut.tipString: └┌ñΩ╝ΦñΩ
*copy.tipString: Ñ│Ñ╘í╝
*paste.tipString: ┼╜ñΩ╔╒ñ▒
*publish.tipString: ╩╕╜±ñ≥╚»┐«
*charSizeShrink.documentationString: Ñ╒Ñ⌐Ñ≤Ñ╚ Ñ╡ÑñÑ║ñ≥1ѵÑ╦Ñ├Ñ╚╛«ñ╡ñ»ñ╖ñ▐ñ╣íú
*charSizeShrink.tipString: Ñ╒Ñ⌐Ñ≤Ñ╚ Ñ╡ÑñÑ║ñ≥╛«ñ╡ñ»ñ╣ñδ
*charSizeGrow.documentationString: Ñ╒Ñ⌐Ñ≤Ñ╚ Ñ╡ÑñÑ║ñ≥1ѵÑ╦Ñ├Ñ╚┬τñ¡ñ»ñ╖ñ▐ñ╣íú
*charSizeGrow.tipString: Ñ╒Ñ⌐Ñ≤Ñ╚Ñ╡ÑñÑ║ñ≥┬τñ¡ñ»ñ╣ñδ
*fontSize.documentationString: Ñ╒Ñ⌐Ñ≤Ñ╚ Ñ╡ÑñÑ║ñ≥└▀─Ωñ╖ñ▐ñ╣íú
*fontSize.tipString: Ñ╒Ñ⌐Ñ≤Ñ╚ Ñ╡ÑñÑ║ñ≥└▀─Ω
!*bold.documentationString: Set the style to Bold <Shift+Ctrl+B>
*bold.tipString: ┬└╗·
!*italic.documentationString: Set the style to Italic <Shift+Ctrl+I>
*italic.tipString: ╝╨┬╬
!*fixed.documentationString: Set the style to Fixed Width <Shift+Ctrl+T>
*fixed.tipString: ┼∙╔²
!*textColor.documentationString: Change or edit current font color
*textColor.tipString: Ñ╒Ñ⌐Ñ≤Ñ╚ñ╬┐º
*makeLink.documentationString: \
Ñ╧ÑñÑΘÑñÑ╚ñ╡ñ∞ñ┐Ñ╞Ñ¡Ñ╣Ñ╚ñ╪ñ╬ÑΩÑ≤Ñ»ñ╬║ε└«íó┤√┬╕ñ╬ÑΩÑ≤Ñ»ñ╬╜ñ└╡íó┐╖ñ╖ññÑΩÑ≤Ñ»ñ╬┴▐╞■ñ≥╣╘ñ╩ñññ▐ñ╣íú
*makeLink.tipString: ÑΩÑ≤Ñ»ñ≥║ε└«
*clearAllStyles.tipString: ñ╣ñ┘ñ╞ñ╬Ñ╣Ñ┐ÑñÑδñ≥Ñ»ÑΩÑó
*insertTarget.documentationString: ╔Σ╣µñ╬░╠├╓ñ╦Ñ┐í╝Ñ▓Ñ├Ñ╚(╠╛┴░╔╒ñ¡ÑóÑ≤ѽí╝)ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertTarget.tipString: Ñ┐í╝Ñ▓Ñ├Ñ╚(╠╛┴░╔╒ñ¡ÑóÑ≤ѽí╝)ñ≥┴▐╞■
*insertImage.documentationString: ╕╜║▀ñ╬ѽí╝Ñ╜Ñδ░╠├╓ñ╦▓Φ┴ⁿñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertImage.tipString: ▓Φ┴ⁿñ≥┴▐╞■
*insertHorizontalLine.documentationString: \
╕╜║▀ñ╬ѽí╝Ñ╜Ñδ░╠├╓ñ╦▓ú╖╙└■ñ≥┴▐╞■ñ╖ñ▐ñ╣íú
*insertHorizontalLine.tipString: ▓ú╖╙└■ñ≥┴▐╞■
!*insertTable.documentationString: Insert table at current caret location
*insertTable.tipString: ╔╜ñ≥┴▐╞■
*objectProperties.documentationString: \
╔Σ╣µñ╬░╠├╓ñ╦ñóñδѬÑ╓Ñ╕ѺѻÑ╚ñ╬Ñ╫ÑφÑ╤Ñ╞Ñúñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*objectProperties.tipString: ѬÑ╓Ñ╕ѺѻÑ╚ñ╬Ñ╫ÑφÑ╤Ñ╞Ñú
*paragraphProperties.documentationString: ├╩═εñ╚Ñ╪Ñ├Ñ└í╝ñ╬Ñ╣Ñ┐ÑñÑδñ≥╩╤╣╣ñ╖ñ▐ñ╣íú
*paragraphProperties.tipString: ├╩═εñ╬Ñ╣Ñ┐ÑñÑδñ≥╩╤╣╣
*insertBulleted.documentationString: \
╣╘╞¼╩╕╗·╔╒ñ¡ñ╬▓╒╛≥╜±ñ¡ñ≥│½╗╧íó╜ñ└╡íó╜¬╬╗ñ╖ñ▐ñ╣íú
*insertBulleted.tipString: ╣╘╞¼╩╕╗·╔╒ñ¡ñ╬▓╒╛≥╜±ñ¡
*insertNumbered.documentationString: \
╚╓╣µ╔╒ñ¡ñ╬▓╒╛≥╜±ñ¡ñ≥│½╗╧íó╜ñ└╡íó╜¬╬╗ñ╖ñ▐ñ╣íú
*insertNumbered.tipString: ╚╓╣µ╔╒ñ¡ñ╬▓╒╛≥╜±ñ¡
*indent.documentationString: \
├╩═εñ≥░∞├╩ÑñÑ≤Ñ╟Ñ≤Ñ╚ñ╖ñ▐ñ╣íú <Tab>
*indent.tipString: ÑñÑ≤Ñ╟Ñ≤Ñ╚
*outdent.documentationString: \
├╩═εñ╬ÑñÑ≤Ñ╟Ñ≤Ñ╚ñ≥░∞├╩▓≥╜ⁿñ╖ñ▐ñ╣íú <Shift+Tab>
*outdent.tipString: ÑñÑ≤Ñ╟Ñ≤Ñ╚ñ≥▓≥╜ⁿ
*alignLeft.documentationString: ║╕┬ªñ╬╢⌡╟≥ñ╦┬╖ñ¿ñ▐ñ╣íú
*alignLeft.tipString: ║╕╡═ñß
*alignCenter.documentationString: ╬╛┬ªñ╬╢⌡╟≥ñ╬├µ▒√ñ╦┬╖ñ¿ñ▐ñ╣íú
*alignCenter.tipString: ├µ▒√┬╖ñ¿
*alignRight.documentationString: ▒ª┬ªñ╬╢⌡╟≥ñ╦┬╖ñ¿ñ▐ñ╣íú
*alignRight.tipString: ▒ª╡═ñß
! Editor/Popups (additional items)
*browseLink.documentationString: ÑΩÑ≤Ñ»ñ≥Ñ╓ÑΘѪÑ╢ñ╟│½ñ¡ñ▐ñ╣íú
*editLink.documentationString: ÑΩÑ≤Ñ»ñ≥Ñ¿Ñ╟ÑúÑ┐ ѪÑúÑ≤Ñ╔Ѫñ╟│½ñ¡ñ▐ñ╣íú
*bookmarkLink.documentationString: ÑΩÑ≤Ñ»ñ≥ñ╖ñ¬ñΩñ╬░∞═≈ñ╦─╔▓├ñ╖ñ▐ñ╣íú
*copyLink.documentationString: ÑΩÑ≤Ñ»ñ≥Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╦Ñ│Ñ╘í╝ñ╖ñ▐ñ╣íú
*removeLink.documentationString: \
╔Σ╣µñ╬░╠├╓ñ╦ñóñδÑΩÑ≤Ñ»ñ▐ñ┐ñ╧┴¬┬≥╚╧░╧ñ╬ñ╣ñ┘ñ╞ñ╬ÑΩÑ≤Ñ»ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
! Mail/File menu (additional items)
*newFolder.documentationString: ┐╖ñ╖ññÑßí╝Ñδ Ñ╒Ñ⌐ÑδÑ└ñ≥║ε└«ñ╖ñ▐ñ╣íú
*openFolder.documentationString: ┐╖ñ╖ññÑßí╝Ñδ Ñ╒Ñ⌐ÑδÑ└ñ≥│½ñ¡ñ▐ñ╣íú
*saveMessageAs.documentationString: \
┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ╬Ñ│Ñ╘í╝ñ≥╩▌┬╕
*deliverQueuedMessages.documentationString: ╬»ñßñ╞ñóñδñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ▐ñ╣íú
*emptyTrash.documentationString: ñ┤ñ▀╚óñ╬├µñ╬ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┤░┴┤ñ╦║∩╜ⁿñ╖ñ▐ñ╣íú
*compressFolder.documentationString: ╔╘═╫ÑßÑ├Ñ╗í╝Ñ╕ñ≥ñ╣ñ┘ñ╞ñ╬Ñ╒Ñ⌐ÑδÑ└ñ½ñΘ╝ΦñΩ╜ⁿñ¡ñ▐ñ╣íú
! Mail/Edit menu (additional items)
*deleteMessage.documentationString: ╕╜║▀ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥ñ┤ñ▀╚óñ╦░▄╞░ñ╖ñ▐ñ╣íú
*deleteFolder.documentationString: ┴¬┬≥ñ╖ñ┐Ñ╒Ñ⌐ÑδÑ└ñ≥┤░┴┤ñ╦║∩╜ⁿñ╖ñ▐ñ╣íú
*selectThread.documentationString: \
Ñ╣Ñ∞Ñ├Ñ╔ñ▐ñ┐ñ╧Ñ╒Ñ⌐ÑδÑ└ñ╬ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴¬┬≥ñ╖ñ▐ñ╣íú
*selectMarkedMessages.documentationString: \
Ñ╒Ñ⌐ÑδÑ└ñ╬┤·╔╒ñ¡ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥ñ╣ñ┘ñ╞┴¬┬≥ñ╖ñ▐ñ╣íú
*selectAllMessages.documentationString: ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴¬┬≥ñ╖ñ▐ñ╣íú
! Mail/View menu (additional items)
*reSort.documentationString: ╩┬ñ┘─╛ñ╖ñ▐ñ╣íú
*threadMessages.documentationString: Ñ╣Ñ∞Ñ├Ñ╔╔╜╝¿ñ╖ñ▐ñ╣íú
*sortBackward.documentationString: \
Ñ╒Ñ⌐ÑδÑ└ñ≥╩┬ñ┘┬╪ñ¿ñδ╜τ╜°ñ≥╛║╜τñ▐ñ┐ñ╧╣▀╜τñ╦└▀─Ωñ╖ñ▐ñ╣íú
*sortByDate.documentationString: ╞ⁿ╔╒ñ╬╜τñ╦╩┬ñ┘┬╪ñ¿ñ▐ñ╣íú
*sortBySubject.documentationString: ╖∩╠╛ñ╬╜τñ╦╩┬ñ┘┬╪ñ¿ñ▐ñ╣íú
*sortBySender.documentationString: ║╣╜╨┐═ñ╬╜τñ╦╩┬ñ┘┬╪ñ¿ñ▐ñ╣íú
*sortByMessageNumber.documentationString: ÑßÑ├Ñ╗í╝Ñ╕╚╓╣µñ╬╜τñ╦╩┬ñ┘┬╪ñ¿ñ▐ñ╣íú
*rot13Message.documentationString: ñññ┐ñ║ñΘñ╩Ñ╕Ñτí╝Ñ»ñ≥▓≥╞╔ñ╖ñ▐ñ╣íú
*wrapLongLines.documentationString: ─╣ññ╣╘ñ≥└▐ñΩ╩╓ñ╖ñ▐ñ╣íú
*attachmentsInline.documentationString: \
Ñßí╝Ñδñ╦┼║╔╒ñ╡ñ∞ñ╞ñññδ╩╕╜±ñ≥ÑñÑ≤ÑΘÑñÑ≤ñ╟╔╜╝¿ñ╖ñ▐ñ╣íú
*attachmentsAsLinks.documentationString: ┼║╔╒ñ╡ñ∞ñ╞ñññδ╩╕╜±ñ≥ÑΩÑ≤Ñ»ñ╚ñ╖ñ╞╔╜╝¿ñ╖ñ▐ñ╣íú
! Mail/Message menu (additional items)
*replyToSender.documentationString: ÑßÑ├Ñ╗í╝Ñ╕ñ╬║╣╜╨┐═ñ╦╩╓┐«ñ≥┴≈ñΩñ▐ñ╣íú
*replyToAll.documentationString: ÑßÑ├Ñ╗í╝Ñ╕ñ╬║╣╜╨┐═ñ╚ñ╣ñ┘ñ╞ñ╬╝⌡╝Φ┐═ñ╦╩╓┐«ñ≥┴≈ñΩñ▐ñ╣íú
*forwardMessage.documentationString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥┼╛┴≈ñ╖ñ▐ñ╣íú
*forwardMessageQuoted.documentationString: \
╕╜║▀ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥░·═╤╖┴╝░ñ╟┼╛┴≈ñ╖ñ▐ñ╣íú
*markSelectedRead.documentationString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦ñ╖ñ▐ñ╣íú
*markSelectedUnread.documentationString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╞╔ñ≤ñ╟ñññ╩ñññ│ñ╚ñ╦ñ╖ñ▐ñ╣íú
*markSelectedMessages.documentationString: \
┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ╦┤·ñ≥╬⌐ñ╞ñ▐ñ╣íú
*unmarkSelectedMessages.documentationString: \
┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ╬┤·ñ≥╝ΦñΩñ▐ñ╣íú
*editAddress.documentationString: \
ÑßÑ├Ñ╗í╝Ñ╕ñ╬║╣╜╨┐═ñ≥ÑóÑ╔Ñ∞Ñ╣─óñ╦─╔▓├ñ╖ñ▐ñ╣íú
*moveMessagesInto*documentationString: \
┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥ñ│ñ╬Ñ╒Ñ⌐ÑδÑ└ñ╦░▄╞░ñ╖ñ▐ñ╣íú
*copyMessagesInto*documentationString: \
┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥ñ│ñ╬Ñ╒Ñ⌐ÑδÑ└ñ╦Ñ│Ñ╘í╝ñ╖ñ▐ñ╣íú
! Mail/Go menu (additional items)
*nextMessage.documentationString: ╝íñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*previousMessage.documentationString: ñ╥ñ╚ñ─┴░ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*firstUnreadMessage.documentationString: ╝íñ╬╠ñ╞╔ÑßÑ├Ñ╗í╝Ñ╕ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*nextUnreadMessage.documentationString: \
╝íñ╬╠ñ╞╔ÑßÑ├Ñ╗í╝Ñ╕ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*previousUnreadMessage.documentationString: \
ñ╥ñ╚ñ─┴░ñ╬╠ñ╞╔ÑßÑ├Ñ╗í╝Ñ╕ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*firstMarkedMessage.documentationString: ║╟╜Θñ╬┤·╔╒ñ¡ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╦Ñ╕ÑπÑ≤Ñ╫ñ╖ñ▐ñ╣íú
*nextMarkedMessage.documentationString: ╝íñ╬┤·╔╒ñ¡ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╦Ñ╕ÑπÑ≤Ñ╫ñ╖ñ▐ñ╣íú
*previousMarkedMessage.documentationString: ┴░ñ╬┤·╔╒ñ¡ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╦Ñ╕ÑπÑ≤Ñ╫ñ╖ñ▐ñ╣íú
! Mail/Options menu (additional items)
*showAllMessages.documentationString: ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showOnlyUnread.documentationString: \
ñ▐ñ└╞╔ñ≤ñ╟ñññ╩ññÑßÑ├Ñ╗í╝Ñ╕ñ└ñ▒ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showAllHeaders.documentationString: \
ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ Ñ╪Ñ├Ñ└í╝ñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showSomeHeaders.documentationString: \
ÑßÑ├Ñ╗í╝Ñ╕ Ñ╪Ñ├Ñ└í╝ñ╬╞Γñññ»ñ─ñ½ñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showMicroHeaders.documentationString: \
ÑßÑ├Ñ╗í╝Ñ╕ Ñ╪Ñ├Ñ└í╝ñ╬═≤ñ≥┤╩╬¼╔╜╝¿ñ╖ñ▐ñ╣íú
! Mail/Toolbar
*getNewMail.documentationString: ┐╖ñ╖ññÑßí╝Ñδñ¼╞╧ñññ╞ñññ╩ñññ½│╬╟ºñ╖ñ▐ñ╣íú
*getNewMail.tipString: ┐╖ñ╖ññÑßí╝Ñδñ≥╝⌡┐«
*deleteMessage.tipString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥║∩╜ⁿ
*mailNew.tipString: ┐╖ñ╖ññÑßÑ├Ñ╗í╝Ñ╕ñ≥║ε└«
*replyToSender.tipString: ║╣╜╨┐═ñ╪╩╓┐«
*replyToAll.tipString: ñ╣ñ┘ñ╞ñ╬╝⌡┐«╝╘ñ╪╩╓┐«
*forwardMessage.tipString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥┼╛┴≈
*previousUnreadMessage.tipString: ┴░ñ╬╠ñ╞╔
*nextUnreadMessage.tipString: ╝íñ╬╠ñ╞╔
! Composition/Edit menu (additional items)
*pasteQuote.documentationString: Ñ»ÑΩÑ├Ñ╫Ñ▄í╝Ñ╔ñ╬╞Γ═╞ñ≥░·═╤╖┴╝░ñ╟┴▐╞■ñ╖ñ▐ñ╣íú
*clear.documentationString: ┴¬┬≥╚╧░╧ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
*clearAllText.documentationString: ┴┤┬╬ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
*selectAllText.documentationString: ╩╕╜±┴┤┬╬ñ≥┴¬┬≥ñ╖ñ▐ñ╣íú
*rot13.documentationString: ÑßÑ├Ñ╗í╝Ñ╕ Ñ╞Ñ¡Ñ╣Ñ╚ñ≥13╩╕╗·▓≤┼╛ñ╖ñ▐ñ╣íú
! Composition/View menu (additional items)
*showFrom.documentationString: ║╣╜╨┐═ñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showReplyTo.documentationString: ╩╓┐«└Φñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showTo.documentationString: ░╕└Φñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showCC.documentationString: ѽí╝Ñ▄Ñ≤ Ñ│Ñ╘í╝ñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showBCC.documentationString: Ñ╓ÑΘÑñÑ≤Ñ╔ ѽí╝Ñ▄Ñ≤ Ñ│Ñ╘í╝ñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showFCC.documentationString: Ñ╒ÑíÑñÑδñ≥Ñ│Ñ╘í╝ñ╣ñδ╛∞╜Ωñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showPostTo.documentationString: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╪┼Ω╣╞ñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showFollowupTo.documentationString: Ñ╒Ñ⌐Ñφí╝└Φñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showSubject.documentationString: ╖∩╠╛ñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showAttachments.documentationString: ┼║╔╒Ñ╒ÑíÑñÑδñ╬═≤ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*wrapLines.documentationString: 72╩╕╗·░╩╛σñóñδ╣╘ñ≥└▐ñΩ╩╓ñ╖ñ▐ñ╣íú
! Composition/Options menu (additional items)
*deliverNow.documentationString: ñ╣ñ░ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ▐ñ╣íú
*deliverLater.documentationString: ñóñ╚ñ½ñΘÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ▐ñ╣íú
! Compose/Toolbar
*sendOrSendLater.documentationString: ╕╜║▀ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ▐ñ╣íú
*sendOrSendLater.tipString: ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«
*quoteMessage.documentationString: \
╕╡ñ╬╜±╬αñ╬Ñ╞Ñ¡Ñ╣Ñ╚ñ≥░·═╤╖┴╝░ñ╟┼╜ñΩ╔╒ñ▒ñ▐ñ╣íú
*quoteMessage.tipString: ╕╡ñ╬Ñ╞Ñ¡Ñ╣Ñ╚ñ≥░·═╤
*attachFile.documentationString: \
╕╜║▀ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╦Ñ╒ÑíÑñÑδñ≥┼║╔╒
*attachFile.tipString: Ñ╒ÑíÑñÑδñ≥┼║╔╒
!*editAddressBook.documentationString: Open the address book
*editAddressBook.tipString: ÑóÑ╔Ñ∞Ñ╣
! News/File menu (additional items)
*postNew.documentationString: ┐╖ñ╖ññÑßÑ├Ñ╗í╝Ñ╕ñ≥┼Ω╣╞ñ╖ñ▐ñ╣íú
*openNewsHost.documentationString: Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ╬░∞═≈ñ╦┐╖ñ╖ññÑ█Ñ╣Ñ╚ñ≥─╔▓├ñ╖ñ▐ñ╣íú
*deleteNewsHost.documentationString: Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ╬░∞═≈ñ½ñΘÑ█Ñ╣Ñ╚ñ≥║∩╜ⁿñ╖ñ▐ñ╣íú
*addNewsgroup.documentationString: ñ╜ñ∞ñ╛ñ∞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╣╪╞╔ñ╖ñ▐ñ╣íú
*getMoreMessages.documentationString: ñ╜ñ╬ñ█ñ½ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╜╨ñ╖ñ▐ñ╣íú
! News/Edit menu (additional items)
*cancelMessage.documentationString: \
Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ½ñΘ┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╛├ñ╖ñ▐ñ╣íú
! News/Message menu (additional items)
*postReply.documentationString: Ñ╒Ñ⌐Ñφí╝╡¡╗÷ñ≥║ε└«ñ╖ñ▐ñ╣íú
*postAndMailReply.documentationString: \
Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╦ÑßÑ├Ñ╗í╝Ñ╕ñ≥┼Ω╣╞ñ╖ñ╞║╣╜╨┐═ñ╦╩╓┐«ñ≥┴≈ñΩñ▐ñ╣íú
*replyToSender.documentationString: ÑßÑ├Ñ╗í╝Ñ╕ñ╬║╣╜╨┐═ñ╦╩╓┐«ñ≥┴≈ñΩñ▐ñ╣íú
*markThreadRead.documentationString: Ñ╣Ñ∞Ñ├Ñ╔ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦ñ╖ñ▐ñ╣íú
*markAllRead.documentationString: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦ñ╖ñ▐ñ╣íú
! News/Options menu (additional items)
*showSubscribedNewsGroups.documentationString: \
╣╪╞╔├µñ╬ñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showActiveNewsGroups.documentationString: \
╠ñ╞╔ÑßÑ├Ñ╗í╝Ñ╕ñ╬ñóñδÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*showAllNewsGroups.documentationString: \
Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ╬ñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*checkNewNewsGroups.documentationString: \
Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ╬┐╖ñ╖ññÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*addFromNewest.documentationString: \
ñ╡ñΘñ╦ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╜╨ñ╣ñ╚ñ¡íó┐╖ñ╖ññÑßÑ├Ñ╗í╝Ñ╕ñ½ñΘ╝ΦñΩ╜╨ñ╖ñ▐ñ╣íú
*addFromOldest.documentationString: ñ╡ñΘñ╦ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╜╨ñ╣ñ╚ñ¡íó╕┼ññÑßÑ├Ñ╗í╝Ñ╕ñ½ñΘ╝ΦñΩ╜╨ñ╖ñ▐ñ╣íú
! News/Toolbar
*postNew.tipString: ┐╖ñ╖ññÑßÑ├Ñ╗í╝Ñ╕ñ≥┼Ω╣╞
*postReply.tipString: Ñ╒Ñ⌐Ñφí╝╡¡╗÷ñ╬║ε└«
*postAndMailReply.tipString: Ñ╒Ñ⌐Ñφí╝╡¡╗÷ñ╚╩╓┐«ñ╬║ε└«
*markThreadRead.tipString: Ñ╣Ñ∞Ñ├Ñ╔ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦
*markAllRead.tipString: ñ╣ñ┘ñ╞ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦
*fontList:\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-iso8859-1;\
-*-fixed-medium-r-normal--16-*-*-*-*-*-jisx0208.1983-0;\
-sony-fixed-medium-r-normal--16-*-*-*-*-*-jisx0201.1976-0:
*versionLocale: ja_euc
*url.whats_new: http://home.jp.netscape.com/ja/home/whats-new.html
*url.whats_cool:http://home.jp.netscape.com/ja/home/whats-cool.html
*url.directory: http://home.jp.netscape.com/ja/home/internet-directory.html
*url.search: http://home.jp.netscape.com/ja/home/internet-search.html
*url.white: http://home.jp.netscape.com/ja/home/internet-white-pages.html
*url.howto: http://home.jp.netscape.com/ja/home/how-to-create-web-services.html
*url.netscape: http://home.jp.netscape.com/ja/
*url.galleria: http://home.jp.netscape.com/ja/home/netscape-galleria.html
*url.rel_notes: http://home.jp.netscape.com/ja/eng/mozilla/3.01/relnotes/unix-3_01.html
*url.reg: http://cgi.jp.netscape.com/ja/cgi-bin/reginfo.cgi
*url.manual: http://home.jp.netscape.com/ja/eng/mozilla/3.01/handbook/
*url.faq: http://help.jp.netscape.com/ja/faqs.html
*url.security: http://home.jp.netscape.com/ja/info/security-doc.html
*url.feedback: http://cgi.jp.netscape.com/ja/cgi-bin/auto_bug.cgi
*url.support: http://help.jp.netscape.com/ja/
*url.about: http://home.jp.netscape.com/ja/comprod/upgrades/index.html
*url.destinations: http://home.jp.netscape.com/ja/escapes/index.html
! This table maps the host's locale names to MIME charsets.
! Only some of these locales are supported.
!
*localeCharset*C: iso-8859-1
*localeCharset*cs: iso-8859-2
*localeCharset*da: iso-8859-1
*localeCharset*de: iso-8859-1
*localeCharset*de_AT: iso-8859-1
*localeCharset*de_CH: iso-8859-1
*localeCharset*el: iso-8859-7
*localeCharset*en: iso-8859-1
*localeCharset*en_AU: iso-8859-1
*localeCharset*en_CA: iso-8859-1
*localeCharset*en_TH: iso-8859-1
*localeCharset*en_US: iso-8859-1
*localeCharset*es: iso-8859-1
*localeCharset*fi: iso-8859-1
*localeCharset*fr: iso-8859-1
*localeCharset*fr_BE: iso-8859-1
*localeCharset*fr_CA: iso-8859-1
*localeCharset*fr_CH: iso-8859-1
*localeCharset*is: iso-8859-1
*localeCharset*it: iso-8859-1
*localeCharset*it_CH: iso-8859-1
*localeCharset*ja_JP.EUC: x-euc-jp
*localeCharset*ko_KR.euc: euc-kr
*localeCharset*nl: iso-8859-1
*localeCharset*nl_BE: iso-8859-1
*localeCharset*no: iso-8859-1
*localeCharset*pl: iso-8859-2
*localeCharset*pt: iso-8859-1
*localeCharset*ru: iso-8859-5
*localeCharset*sh: iso-8859-2
*localeCharset*sk: iso-8859-2
*localeCharset*sv: iso-8859-1
*localeCharset*th_TH: x-tactis
*localeCharset*tr: iso-8859-9
*localeCharset*zh_CN.ugb: gb2312
*localeCharset*zh_TW.ucns: x-euc-tw
! OS-dependent font charset mappings
!
*documentFonts.charset*cns11643-0: x-cns11643-1
*documentFonts.charset*cns11643-1: x-cns11643-2
*documentFonts.charset*cns11643-2: x-ignore
*strings.6796:─╠┐«Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n (TCP Ñ¿ÑΘí╝: %s)\n\nñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6795:╗╪─Ωñ╡ñ∞ñ┐╛∞╜Ωñ╬Ñ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ╧íó▓╘╞░ñ╖ñ╞ñ╩ñññ½íó┬τ╩╤║«╗¿ñ╖ñ╞ñññ▐ñ╣íú\n\n\nñóñ╚ñ╟íóñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6794:─╠┐«Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n (TCP Ñ¿ÑΘí╝: %s)\n\nñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6793:╢⌡ñ¡ÑßÑΓÑΩñ¼╔╘┬¡ñ╖ñ╞ñññ▐ñ╣íú\n\n╩╠ñ╬ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ñ≥╜¬╬╗ñ╡ñ╗ñ╞íóñññ»ñ─ñ½ñ╬ѪÑúÑ≤Ñ╔Ѫñ≥\n╩─ñ╕ñ╞ñ»ñ└ñ╡ññíú
*strings.6791:╝íñ╬╛∞╜Ω (URL) ñ≥╟º╝▒ñ╟ñ¡ñ▐ñ╗ñ≤:\n %.200s\n\n╛∞╜Ωñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6789:FTP Ñ╤Ñ├Ñ╖Ñ╓ ÑΓí╝Ñ╔ñ≥═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.6788:Ñ╡í╝Ñ╨ñ╬ FTP ┼╛┴≈ÑΓí╝Ñ╔ñ≥└▀─Ωñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╒ÑíÑñÑδñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú\n\n╠Σ┬Ωñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6787:FTP Ñ╡í╝Ñ╨ñ╦Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ╩╤╣╣(cd)Ñ│Ñ▐Ñ≤Ñ╔ñ≥\n┴≈┐«ñ╟ñ¡ñ▐ñ╗ñ≤íúñ█ñ½ñ╬Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╕½ñδñ│ñ╚ñ╧\nñ╟ñ¡ñ▐ñ╗ñ≤íú\n\n╠Σ┬Ωñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6786:Ñ╟í╝Ñ┐└▄┬│ñ≥│╬╬⌐ñ╣ñδñ┐ñßñ╬Ñ▌í╝Ñ╚ Ñ│Ñ▐Ñ≤Ñ╔ñ≥\nFTP Ñ╡í╝Ñ╨ñ╦┴≈┐«ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\n╠Σ┬Ωñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6785:╝íñ╬Ñ╒ÑíÑñÑδñ▐ñ┐ñ╧Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤:\n %.200s\n\n╠╛┴░ñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6784:Ñ╦Ñσí╝Ñ╣ Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐: ╠╡╕·ñ╩ NNTP └▄┬│\n\nñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6783:Ñ╦Ñσí╝Ñ╣ Ñ╡í╝Ñ╨ñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n\n║╞ñ╙└▄┬│ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ╩ñññΦñªñ╟ñóñ∞ñ╨íó\n╠Σ┬Ωñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.6782:▒■┼·ñ¼ñóñΩñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú Ñ╡í╝Ñ╨ñ¼▓╘╞░ñ╖ñ╞ñ╩ñññ½íó\n▒■┼·ñ╖ñ╞ñññ╩ññ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú\n\nñóñ╚ñ╟║╞ñ╙└▄┬│ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ╩ñññΦñªñ╟ñóñ∞ñ╨íó\nÑ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.6781:╝íñ╬Ñ╡í╝Ñ╨ñ╬╛∞╜Ωñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤:\n %.200s\nñ│ñ╬Ñ╡í╝Ñ╨ñ╦┬╨▒■ñ╣ñδ DNS ╣α╠▄ñ¼ñóñΩñ▐ñ╗ñ≤íú\n\n╛∞╜Ω(URL)ñ╬Ñ╡í╝Ñ╨╠╛ñ≥│╬╟ºñ╖ñ╞íóñΓñª░∞┼┘\nñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6780:Ñ╡í╝Ñ╨ñ╚ñ╬└▄┬│ñ¼└┌ñ∞ñ▐ñ╖ñ┐íú\nÑ╡í╝Ñ╨ñ¼Ñ└ѪÑ≤ñ╖ñ┐ñ½íóÑ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╦\n╠Σ┬Ωñ¼╚»└╕ñ╖ñ┐ñΦñªñ╟ñ╣íú\n\nñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6779:ñ│ñ╬Ñ╦Ñσí╝Ñ╣╣α╠▄ñ╧╠╡╕·ñ╟ñ╣íú┤ⁿ╕┬└┌ñ∞ñ╬ñΦñªñ╟ñ╣íú\n\n╩╠ñ╬Ñ╦Ñσí╝Ñ╣╣α╠▄ñ≥╝ΦñΩ╜╨ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6778:Ñ╦Ñσí╝Ñ╣ Ñ╒ÑíÑñÑδ(newsrc)ñ≥│½ñ»ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\nÑ╦Ñσí╝Ñ╣ñ╬└▀─Ωñ╦╕φñΩñ¼ñ╩ñññ½│╬╟ºñ╖ñ╞íóñΓñª░∞┼┘\nñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6777:╝íñ╬Ñ╒ÑíÑñÑδñ≥│½ñ»ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤:\n %.200s\n\nÑ╒ÑíÑñÑδ╠╛ñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6764:Ñ╟í╝Ñ┐ñ╬┴≈┐«├µñ╦Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ¿ÑΘí╝ñ¼╚»└╕\nñ╖ñ▐ñ╖ñ┐íú\n(Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ¿ÑΘí╝: %s)\n\nñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6771:Ñßí╝Ñδñ╬┴≈┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\nSMTP Ñ╡í╝Ñ╨ñ╦└▄┬│ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\nÑ╡í╝Ñ╨ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññδñ½íó└▀─Ωñ╦╕φñΩñ¼ñóñδñΦñªñ╟ñ╣íú\n\nÑßí╝Ñδñ╬└▀─Ωñ╦╕φñΩñ¼ñ╩ñññ½│╬╟ºñ╖ñ╞íóñΓñª░∞┼┘\nñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6770:Ñßí╝Ñδñ╬┴≈┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑßí╝Ñδ Ñ╡í╝Ñ╨ñ╧░╩▓╝ñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐:\n %s\nÑßí╝Ñδñ╬└▀─Ωñ╬┼┼╗╥Ñßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣ñ╦╕φñΩñ¼ñ╩ñññ½│╬╟ºñ╖ñ╞íó\nñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6769:Ñßí╝Ñδñ╬┴≈┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑßí╝Ñδ Ñ╡í╝Ñ╨ñ╧░╩▓╝ñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐:\n %s\nÑßÑ├Ñ╗í╝Ñ╕ñ╬░╕└Φñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6768:Ñßí╝Ñδ┴≈┐«├µñ╦ SMTP Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡í╝Ñ╨ñ╧░╩▓╝ñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐: %s
*strings.6767:Ñßí╝Ñδñ╬┴≈┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑßí╝Ñδ Ñ╡í╝Ñ╨ñ╧░╩▓╝ñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐:\n %s\nÑßÑ├Ñ╗í╝Ñ╕ñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6766:Ñßí╝Ñδñ╬┴≈┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐: SMTP Ñ╡í╝Ñ╨ Ñ¿ÑΘí╝\nÑ╡í╝Ñ╨ñ╧░╩▓╝ñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐:\n %s\nÑßí╝Ñδ┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñ├ñ┐╛σñ╟íó┬╨▒■ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6760:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\nÑ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤ (TCP Ñ¿ÑΘí╝: %s)\nÑ╡í╝Ñ╨ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññδñ½íó╖╨╧⌐ñ¼ñ╩ñññΦñªñ╟ñ╣íú\n\nñóñ╚ñ╟íóñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6759:▒■┼·ñ¼ñóñΩñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íúÑ╡í╝Ñ╨ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññδñ½íó\n▒■┼·ñ╖ñ╞ñññ╩ñññΦñªñ╟ñ╣íú\n\nñóñ╚ñ╟║╞ñ╙└▄┬│ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ╩ñññΦñªñ╟ñóñ∞ñ╨íó\nÑ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.6758:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»└▄┬│ñ≥Ñ╡í╝Ñ╨ñ½ñΘ╡±╚▌ñ╡ñ∞ñ▐ñ╖ñ┐:\n %.200s\nÑ╡í╝Ñ╨ñ╧íó└▄┬│ñ≥╝⌡ñ▒╔╒ñ▒ñ╞ñññ╩ñññ½íó┬τ╩╤║«╗¿\nñ╖ñ╞ñññδñΦñªñ╟ñ╣íú\n\nñóñ╚ñ╟íóñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6757:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ╜Ñ▒Ñ├Ñ╚└▄┬│ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\nÑ╖Ñ╣Ñ╞Ñα ÑΩÑ╜í╝Ñ╣ñ¼╔╘┬¡ñ╖ñ╞ñññδñ½íóÑ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ¼\nÑ└ѪÑ≤ñ╖ñ╞ñññδñΦñªñ╟ñ╣íú (╕╢░°: %s)\n\nñóñ╚ñ╟└▄┬│ñ╖─╛ñ╣ñ½íóNetscape ñ≥║╞╡»╞░ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6755:Ñ╡í╝Ñ╨ñ╚ñ╬Ñ╜Ñ▒Ñ├Ñ╚└▄┬│ñ≥┤░╬╗ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\nÑ╖Ñ╣Ñ╞Ñα ÑΩÑ╜í╝Ñ╣ñ¼╔╘┬¡ñ╖ñ╞ñññδñΦñªñ╟ñ╣íú\n\n\nNetscape ñ≥║╞╡»╞░ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6754:Ñ╫ÑφÑ»Ñ╖ Ñ╡í╝Ñ╨ñ╚└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\nÑ╡í╝Ñ╨ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññδñ½íó╕φñ├ñ╞└▀─Ωñ╡ñ∞ñ╞ñññδñΦñªñ╟ñ╣íú\n\nÑ╫ÑφÑ»Ñ╖ñ╬└▀─Ωñ╦╕φñΩñ¼ñ╩ñññ½│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú\nñóñδñññ╧íóÑ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.6753:Ñ╫ÑφÑ»Ñ╖ Ñ╡í╝Ñ╨ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\nÑ╡í╝Ñ╨ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññδñ½íó╕φñ├ñ╞└▀─Ωñ╡ñ∞ñ╞ñññδñΦñªñ╟ñ╣íú\n\nÑ╫ÑφÑ»Ñ╖ñ╬└▀─Ωñ╦╕φñΩñ¼ñ╩ñññ½│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú\nñóñδñññ╧íóÑ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.6749:╩╕╜±ñ╦Ñ╟í╝Ñ┐ñ¼┤▐ñ▐ñ∞ñ╞ñññ▐ñ╗ñ≤
*strings.6748:Ñ╟í╝Ñ┐╝⌡┐«├µñ╦Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n\n(Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ¿ÑΘí╝: %s)\n\nñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6747:░∞╗■Ñ╒ÑíÑñÑδñ≥│½ñ»ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤:\n %.200s\n\n`░∞╗■Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ'ñ╬└▀─Ωñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6765:Ñßí╝Ñδñ╬┴≈┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\nÑßí╝Ñδñ╬╩╓┐«└Φñ¼╠╡╕·ñ╟ñ╣íú\n\nÑßí╝Ñδñ╬└▀─Ωñ╬┼┼╗╥Ñßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣ñ¼╕φñ├ñ╞ñññ╩ñññ½\n│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6750:Ñ╟ÑúÑ╣Ñ»ñ¼ñññ├ñ╤ñññ╟ñ╣íúÑ╒ÑíÑñÑδ┼╛┴≈ñ≥├µ╗▀ñ╖íó\nÑ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ╞ñññ▐ñ╣íú\n\nñññ»ñ─ñ½ñ╬Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6740:╟º╛┌Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\n\n%s\n\n╠╛┴░ñ¬ñΦñ╙Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ñΓñª░∞┼┘╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6739:╕╜║▀íóNetscape ñ╧ñ╥ñ╚ñ─ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╦ñ¬ñññ╞╞▒╗■ñ╦\n3,500 ╡¡╗÷ñ▐ñ╟ñ╖ñ½░╖ñ¿ñ▐ñ╗ñ≤íú╡¡╗÷ñ≥╞╔ñ≤ñ╟ñ½ñΘíóñ│ñ╬Ñ░Ñδí╝Ñ╫\nñ╦ÑóÑ»Ñ╗Ñ╣ñ╖─╛ñ╖ñ╞íóñ╡ñΘñ╦╡¡╗÷ñ≥╝ΦñΩ╜╨ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6734:║╣╜╨┐═ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.6733:░╕└Φñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.6732:╖∩╠╛ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.6731:░∞╗■Ñ╒ÑíÑñÑδ╜±ñ¡╣■ñ▀Ñ¿ÑΘí╝
*strings.6725:This is a multi-part message in MIME format.
*strings.6722:░⌡║■ñ≥├µ╗▀ñ╖ñ▐ñ╖ñ┐íú╩╕╜±ñ╬╝ΦñΩ╜╨ñ╖├µñ╦╠Σ┬Ωñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n┼╛┴≈ñ¼├µ├╟ñ╡ñ∞ñ┐ñ½íóÑ╒ÑíÑñÑδñ≥╜±ñ¡╜╨ñ╣ñ┐ñßñ╦╔¼═╫ñ╩Ñ╣Ñ┌í╝Ñ╣ñ¼\n╔╘┬¡ñ╖ñ╞ñññ┐ñΦñªñ╟ñ╣íú\n\n░∞╗■Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦╢⌡ñ¡Ñ╣Ñ┌í╝Ñ╣ñ¼ñóñδñ½│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞\nñ»ñ└ñ╡ññíúñóñδñññ╧ Netscape ñ≥║╞╡»╞░ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6721:╜≡╠╛ñ¼4╣╘ñ≥▒█ñ¿ñ╞ñññ▐ñ╣íúñ╟ñ¡ñ∞ñ╨├╗ñ»ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6720:╜≡╠╛ñ¼1╣╘ñóñ┐ñΩ79╩╕╗·ñ≥▒█ñ¿ñ╞ñññ▐ñ╣íúñ█ñ╚ñ≤ñ╔ñ╬\n╝⌡┐«└Φñ╟ñ╧íó╣╘ñ╬┼╙├µñ╦▓■╣╘ñ¼╞■ñ∞ñΘñ∞ñ╞ñ╖ñ▐ññíó\n╞╔ñ▀ñ╦ñ»ñ»ñ╩ñΩñ▐ñ╣íú\n\n│╞╣╘ñ¼ 80 ╩╕╗·╠ñ╦■ñ╦ñ╩ñδñΦñª╜≡╠╛ñ≥╩╘╜╕ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6719:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\n Ñ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññδñ½íó╖╨╧⌐ñ¼ñ╩ñññΦñªñ╟ñ╣íú\n\nñóñ╚ñ╟íóñΓñª░∞┼┘└▄┬│ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.6699:ñ¬╗╚ñññ╦ñ╩ñΘñ∞ñ╞ñññδ Netscape ñ╧═¡╕·┤ⁿ╕┬ñ≥▓ßñ«ñ▐ñ╖ñ┐íú\nñ│ñ╬╔╛▓┴╚╟ñ╬ Netscape Navigator ñ╧═¡╕·┤ⁿ╕┬ñ≥▓ßñ«ñ╞ñ¬ñΩíó\n┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬ Navigator ñ╬Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╦ñ╖ñ½ñ┤═°═╤ñ╦ñ╩ñ∞ñ▐ñ╗ñ≤íú
*strings.6698:ñ│ñ╬╔╛▓┴╚╟ñ╬ Netscape Navigator ñ╧═¡╕·┤ⁿ╕┬ñ≥▓ßñ«ñ╞ñ¬ñΩíó\n┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬ Navigator ñ╬Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╦ñ╖ñ½ñ┤═°═╤ñ╦ñ╩ñ∞ñ▐ñ╗ñ≤íú
*strings.6697:WAIS Ñ╫ÑφÑ»Ñ╖ñ¼└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\nÑ╫ÑφÑ»Ñ╖ñ╬└▀─Ωñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6696:Ñ╦Ñσí╝Ñ╣ (NNTP) Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\n %.100s
*strings.6695:Ñ╦Ñσí╝Ñ╣ Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íúñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥ñ▐ñ└Ñ╣Ñ¡ÑπÑ≤ñ╟ñ¡ñ╞ñññ▐ñ╗ñ≤íú\n \n[ñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿]ñ≥ñΓñª░∞┼┘╝┬╣╘ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6694:Ñ╦Ñσí╝Ñ╣ Ñ╒ÑíÑñÑδ (newsrc) ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\n┐╖ñ╖ññÑ╦Ñσí╝Ñ╣ Ñ╒ÑíÑñÑδñ≥║ε└«ñ╖ñ╞ñññ▐ñ╣íú
*strings.6693:NNTP Ñ╡í╝Ñ╨ñ¼└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\nÑ╦Ñσí╝Ñ╣ñ╬└▀─Ωñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6692:─╠┐«╬π│░ (%d)íú
*strings.6691:Ñ╫ÑφÑ»Ñ╖ Ñ¿ÑΘí╝ñ╬ñ┐ñßíó╩▌╕εñ╡ñ∞ñ╞ñññδÑ╦Ñσí╝Ñ╣\nÑ╡í╝Ñ╨ñ╦└▄┬│ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.6689:POP3 Ñ╡í╝Ñ╨ñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n╠Σ┬Ωñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6688:ѵí╝Ñ╢╠╛ñ¼╞■╬╧ñ╡ñ∞ñ╞ñññ╩ñññ╬ñ╟íóPOP3 ñ≥╗╚═╤ñ╣ñδ\nñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú└▀─Ωñ╟ѵí╝Ñ╢╠╛ñ≥╞■╬╧ñ╖ñ╞ñ½ñΘíó\nñΓñª░∞┼┘╝┬╣╘ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6687:POP3 Ñ╤Ñ╣Ñ∩í╝Ñ╔╝ΦñΩ╜╨ñ╖Ñ¿ÑΘí╝íú
*strings.6686:POP3 Ñ╡í╝Ñ╨ñ╦ѵí╝Ñ╢╠╛ñ≥┴≈┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nñ│ñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6685:POP3 Ñ╡í╝Ñ╨ñ╦Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥┴≈┐«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nñ│ñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6684:Ñ╡í╝Ñ╨ñ╦┐╖ñ╖ññÑßÑ├Ñ╗í╝Ñ╕ñ╧┼■├σñ╖ñ╞ñññ▐ñ╗ñ≤íú
*strings.6683:POP3 Ñ╡í╝Ñ╨╛σñ╟ÑßÑ├Ñ╗í╝Ñ╕░∞═≈ñ≥║ε└«├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nñ│ñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6682:POP3 Ñ╡í╝Ñ╨ñ╦║╟╕σñ╦╜Φ═²ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥╠Σññ╣τñ∩ñ╗ñ╞ñññδ\n║╟├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nñ│ñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6681:POP3 Ñ╡í╝Ñ╨ñ½ñΘÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╜╨ñ╖├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nñ│ñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6680:POP3 Ñ╡í╝Ñ╨ñ½ñΘÑßÑ├Ñ╗í╝Ñ╕ñ≥║∩╜ⁿñ╖ñ╞ñññδñ╚ñ¡ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nñ│ñ╬Ñ╡í╝Ñ╨ñ╬┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ╦ñ╩ñδñ½íó\nñóñ╚ñ╟íóñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6679:POP3 Ñ╡í╝Ñ╨ñ½ñΘÑßí╝Ñδñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╣ñδñ╬ñ╦╔¼═╫ñ╩\n╢⌡ñ¡Ñ╣Ñ┌í╝Ñ╣ñ¼Ñφí╝ѽÑδ Ñ╟ÑúÑ╣Ñ»ñ╦ñóñΩñ▐ñ╗ñ≤íú╢⌡ñ¡Ñ╣Ñ┌í╝Ñ╣ñ≥║εñ├ñ╞\nñΓñª░∞┼┘ñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú(`ñ┤ñ▀╚óñ≥╢⌡ñ╦ñ╣ñδ'ñ▐ñ┐ñ╧`Ñ╒Ñ⌐ÑδÑ└ñ≥░╡╜╠'\nÑ│Ñ▐Ñ≤Ñ╔ñ≥╝┬╣╘ñ╣ñδñ╚╢⌡ñ¡Ñ╣Ñ┌í╝Ñ╣ñ¼ñ╟ñ¡ñδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú)
*strings.6678:Ñßí╝Ñδ ÑßÑ├Ñ╗í╝Ñ╕ñ≥╩▌┬╕├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
*strings.6675:╝íñ╬Ñ╒ÑíÑñÑδñ≥┼Ω╣╞ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐: %.80síú\n╕╢░°:\n %.200s\n\nÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ¼╜±ñ¡╣■ñ▀╢╪╗▀ñ╦ñ╩ñ├ñ╞\nñññδñΦñªñ╟ñ╣íú\n┬░└¡ñ≥│╬╟ºñ╖ñ╞íóñΣñΩ─╛ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6674:ñ¬╗╚ñññ╦ñ╩ñΘñ∞ñ╞ñññδ Netscape Navigator ñ╧╔╛▓┴╚╟ñ╬ñ┐ñß\n%s ñ╟═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ▐ñ╣íú\n[Ñ╪ÑδÑ╫]ÑßÑ╦Ñσí╝ñ½ñΘÑ╜Ñ╒Ñ╚ѪѺÑóñ≥┴¬┬≥ñ╖ñ╞ Netscape Navigator \nñ╬┐╖ñ╖ññ╔╛▓┴╚╟ñ▐ñ┐ñ╧║╟┐╖ñ╬└╜╔╩╚╟(═¡╕·┤ⁿ╕┬ñ╧ñóñΩñ▐ñ╗ñ≤) \nñ≥╞■╝Ωñ╖ñ╞▓╝ñ╡ññíú
*strings.6673:Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╟ñ¡ñ▐ñ╗ñ≤:\n %s
*strings.6672:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║∩╜ⁿñ╟ñ¡ñ▐ñ╗ñ≤:\n %s
*strings.6671:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú╞▒ñ╕╠╛┴░ñ╬Ñ╒ÑíÑñÑδñ▐ñ┐ñ╧\nÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ¼ñ╣ñ╟ñ╦┬╕║▀ñ╖ñ╞ñññ▐ñ╣: \n %s
*strings.6670:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤:\n %s
*strings.6669:ѬÑ╓Ñ╕ѺѻÑ╚ñ╧Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╧ñóñΩñ▐ñ╗ñ≤:\n %s
*strings.6668:╟º╛┌ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐
*strings.6599:╞▒ñ╕Ñ╒Ñ⌐ÑδÑ└ñ╦ÑßÑ├Ñ╗í╝Ñ╕ñ≥░▄╞░ñ╖ñ┐ñΩÑ│Ñ╘í╝ñ╣ñδñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.6598:`┴≈┐«Ñ╚Ñ∞Ññ' Ñ╒Ñ⌐ÑδÑ└ñ╦ñ╧ÑßÑ├Ñ╗í╝Ñ╕ñ≥Ñ│Ñ╘í╝ñ╟ñ¡ñ▐ñ╗ñ≤:\nñ│ñ╬Ñ╒Ñ⌐ÑδÑ└ñ╦ñ╧íóñóñ╚ñ╟ñ▐ñ╚ñßñ╞╟█├úñ╣ñδÑßÑ├Ñ╗í╝Ñ╕ñ≥\n╞■ñ∞ñ╞ñ¬ñ»ñ│ñ╚ñ╖ñ½ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.6597:`╠ñ┴≈┐«╕╢╣╞' Ñ╒Ñ⌐ÑδÑ└ñ╦ñ╧ÑßÑ├Ñ╗í╝Ñ╕ñ≥Ñ│Ñ╘í╝ñ╟ñ¡ñ▐ñ╗ñ≤:\nñ│ñ╬Ñ╒Ñ⌐ÑδÑ└ñ╦ñ╧íóñ▐ñ└┴≈┐«Ñ╚Ñ∞Ñññ╦╞■ñ∞ñ╞ñññ╩ññ\nÑßÑ├Ñ╗í╝Ñ╕ñ└ñ▒ñ╖ñ½╞■ñ∞ñΘñ∞ñ▐ñ╗ñ≤íú
*strings.6596:Ñ╒Ñ⌐ÑδÑ└ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐!
*strings.6595:Ñ╒Ñ⌐ÑδÑ└ñ¼┤√ñ╦┬╕║▀ñ╖ñ╞ñññ▐ñ╣íú
*strings.6594:Ñ╒Ñ⌐ÑδÑ└╞Γñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥║∩╜ⁿñ╣ñδ┴░ñ╦Ñ╒Ñ⌐ÑδÑ└ñ≥║∩╜ⁿñ╣ñδñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.6593:Ñ╒Ñ⌐ÑδÑ└╞Γñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥║∩╜ⁿñ╣ñδ┴░ñ╦Ñ╒Ñ⌐ÑδÑ└ñ≥║∩╜ⁿñ╣ñδñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.6592:╛∩└▀ñ╣ñδ╝⌡┐«Ñ╚Ñ∞Ññ Ñ╒Ñ⌐ÑδÑ└ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐!
*strings.6591:Ñßí╝Ñδ Ñ╒Ñ⌐ÑδÑ└ñ╬Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íúÑßí╝Ñδ╡í╟╜ñ╧═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤!
*strings.6590:└▀─Ωñ╟ POP3 Ñ█Ñ╣Ñ╚ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*strings.6589:║╟╕σñ╦Ñ┴ѺÑ├Ñ»ñ╖ñ┐ñ╚ñ¡ñ½ñΘíóÑ╡í╝Ñ╨ñ╦┐╖ñ╖ññÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╧\n─╔▓├ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*strings.6588:║╟╕σñ╦Ñ┴ѺÑ├Ñ»ñ╖ñ┐ñ╚ñ¡ñ½ñΘíó┐╖ñ╖ññÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ¼ñ╥ñ╚ñ─\nÑ╡í╝Ñ╨ñ╦─╔▓├ñ╡ñ∞ñ╞ñññ▐ñ╣íú┐╖ñ╖ññÑ░Ñδí╝Ñ╫ñ╧░∞═≈ñ╬\n║╟╕σñ╦─╔▓├ñ╡ñ∞ñ╞ñññ▐ñ╣íúñ│ñ╬Ñ░Ñδí╝Ñ╫ñ≥╣╪╞╔ñ╖ñ┐ñññ╚ñ¡ñ╧íó\n``╣╪╞╔'' Ñ┴ѺÑ├Ñ»Ñ▄Ñ├Ñ»Ñ╣ñ≥Ñ»ÑΩÑ├Ñ»ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6587:║╟╕σñ╦Ñ┴ѺÑ├Ñ»ñ╖ñ┐ñ╚ñ¡ñ½ñΘíó%d ╕─ñ╬┐╖ñ╖ññÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ¼\nÑ╡í╝Ñ╨ñ╦─╔▓├ñ╡ñ∞ñ╞ñññ▐ñ╣íú ┐╖ñ╖ññÑ░Ñδí╝Ñ╫ñ╧░∞═≈ñ╬\n║╟╕σñ╦─╔▓├ñ╡ñ∞ñ╞ñññ▐ñ╣íúñññ»ñ─ñ½ñ≥╣╪╞╔ñ╖ñ┐ñññ╚ñ¡ñ╧íó\n``╣╪╞╔'' Ñ┴ѺÑ├Ñ»Ñ▄Ñ├Ñ»Ñ╣ñ≥Ñ»ÑΩÑ├Ñ»ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.6586:ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╛├ñ╖ñ▐ñ╖ñ┐íú
*strings.6585:FCC Ñ╒ÑíÑñÑδñ≥│½ñ»ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.6584:Ñ╒Ñ⌐ÑδÑ└ñ¼ñ╩ñ»ñ╩ñ├ñ╞ñññ▐ñ╗ñ≤ñ½?
*strings.6583:Ñ╒Ñ⌐ÑδÑ└ Ñ╡Ñ▐ÑΩí╝ Ñ╒ÑíÑñÑδñ¼ñ╩ñ»ñ╩ñ├ñ╞ñññ▐ñ╗ñ≤ñ½?
*strings.6582:╜╨╬╧═╤ñ╬░∞╗■Ñ╒Ñ⌐ÑδÑ└ Ñ╒ÑíÑñÑδñ≥│½ñ»ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.6581:╗╪─Ωñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ ID ñ╧Ñ╒Ñ⌐ÑδÑ└╞Γñ╦ñóñΩñ▐ñ╗ñ≤íú
*strings.6580:newsrc Ñ╒ÑíÑñÑδñ¼ñóñΩñ▐ñ╣ñ¼íó╗·╢τ▓≥└╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.6579:┼┼╗╥Ñßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nÑßí╝ÑδñΣÑ╦Ñσí╝Ñ╣ ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈ñδñ╦ñ╧íó[Ñßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣ñ╬└▀─Ω]ñ╟\n╩╓┐«└ΦÑßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣ñ≥╗╪─Ωñ╖ñ╞ñ¬ñ»╔¼═╫ñ¼ñóñΩñ▐ñ╣íú
*strings.6577:╝íñ╬ñΦñªñ╩╩╓┐«└ΦÑßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣ñ¼└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╣: %s\n\nñ│ñ╬ÑóÑ╔Ñ∞Ñ╣ñ╧╔╘┤░┴┤ñ╟ñ╣(`@'ñ¬ñΦñ╙Ñ█Ñ╣Ñ╚╠╛ñ¼┤▐ñ▐ñ∞ñ╞ñññ▐ñ╗ñ≤)íú\n└╡ñ╖ññ┼┼╗╥Ñßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣ñ╧íó`USER@HOST' ñ╚ñññª╖┴╝░ñ╦ñ╩ñΩñ▐ñ╣íú\n─╠╛∩íóUSER ñ╧═°═╤╝╘ñ╬ÑφÑ░ÑñÑ≤ IDíóHOST ñ╧╖╫╗╗╡í╠╛ñ╦ñ╩ñΩñ▐ñ╣íú
*strings.6576:╝íñ╬ñΦñªñ╩╩╓┐«└ΦÑßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣ñ¼└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╣: %s\n\nñ│ñ╬ÑóÑ╔Ñ∞Ñ╣ñ╧╔╘┤░┴┤ñ╟ñ╣(`.'ñ¬ñΦñ╙Ñ█Ñ╣Ñ╚╠╛ñ¼┤▐ñ▐ñ∞ñ╞ñññ▐ñ╗ñ≤)íú\n└╡ñ╖ññ┼┼╗╥Ñßí╝Ñδ ÑóÑ╔Ñ∞Ñ╣ñ╧íó`USER@HOST' ñ╚ñññª╖┴╝░ñ╦ñ╩ñΩñ▐ñ╣íú\n─╠╛∩íóUSER ñ╧═°═╤╝╘ñ╬ÑφÑ░ÑñÑ≤ IDíóHOST ñ╧╖╫╗╗╡í╠╛ñ╦ñ╩ñΩñ▐ñ╣íú
*strings.6575:Ñßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣ñ╬└▀─Ωñ╟ SMTP Ñ█Ñ╣Ñ╚ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*strings.6574:ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╛├ñ╖ñ╞ñΓñΦñññ╟ñ╣ñ½?
*strings.6573:ñ│ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╧ñóñ╩ñ┐ñ¼╚»┐«ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ╟ñ╧ñ╩ñññΦñªñ╟ñ╣íú\nñ█ñ½ñ╬┐═ñ¼║ε└«ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╛├ñ╣ñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.6572:ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╛├ñ╣ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤!
*strings.6571:ÑßÑ├Ñ╗í╝Ñ╕ñ╧╝ΦñΩ╛├ñ╡ñ∞ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.6570:Ñ╦Ñσí╝Ñ╣ Ñ¿ÑΘí╝!\nÑ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ╧╝íñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐: %.512s\n
*strings.6569:%.300s ñ╧ mail Ñ╒ÑíÑñÑδñ╟ñ╧ñ╩ñññΦñªñ╟ñ╣íú\nñ╚ñ╦ñ½ñ»╞╔ñ≤ñ╟ñ▀ñ▐ñ╣ñ½?
*strings.6568:%.300s ñ╧ mail Ñ╒ÑíÑñÑδñ╟ñ╧ñ╩ñññΦñªñ╟ñ╣íú\nñ╚ñ╦ñ½ñ»╜±ñ¡╣■ñ≤ñ╟ñ▀ñ▐ñ╣ñ½?
*strings.6567:newsrc Ñ╒ÑíÑñÑδñ╬╩▌┬╕Ñ¿ÑΘí╝!
*strings.6566:mail Ñ╒ÑíÑñÑδñ╬╜±ñ¡╣■ñ▀Ñ¿ÑΘí╝!
*strings.6565:╛»ñ╩ñ»ñ╚ñΓñ╥ñ╚ñ─ñ╬Ñßí╝Ñδ Ñ╒Ñ⌐ÑδÑ└ñ¼╚≤╛∩ñ╦┬τñ¡ñ╩Ñ╟ÑúÑ╣Ñ»\nÑ╣Ñ┌í╝Ñ╣ñ≥└Ω═¡ñ╖ñ╞ñññ▐ñ╣íúÑßí╝Ñδ Ñ╒Ñ⌐ÑδÑ└ñ≥ñññ▐░╡╜╠ñ╣ñ∞ñ╨íó\n%ld Ñ¡ÑφÑ╨ÑñÑ╚╩¼ñ╬Ñ╟ÑúÑ╣Ñ» Ñ╣Ñ┌í╝Ñ╣ñ≥║εñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú\nÑ╒Ñ⌐ÑδÑ└ñ╬░╡╜╠ñ╦ñ╧íóñ╖ñ╨ñΘñ»╗■┤╓ñ¼ñ½ñ½ñΩñ▐ñ╣íú\n\nñññ▐ñ╣ñ░Ñ╒Ñ⌐ÑδÑ└ñ≥░╡╜╠ñ╖ñ▐ñ╣ñ½?
*strings.6564:╕½ñ─ñ½ñΩñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.6563:╩╘╜╕ñ¼╣╘ñ╩ñ∩ñ∞ñ╞ñññ▐ñ╗ñ≤íúñ▐ñ┐íóÑ╒ÑíÑñÑδñΓ┼║╔╒ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nñ│ñ╬ñ▐ñ▐┴≈┐«ñ╖ñ▐ñ╣ñ½?
*strings.6562:╞▒ñ╕╩╕╜±ñ¼2ñ─┴▐╞■ñ╡ñ∞ñ╞ñññ▐ñ╣íúñ╥ñ╚ñ─ñ╬╩╕╜±ñ╧│╞╣╘ñ╬└Φ╞¼ñ¼ '>' ñ╟\nñ╧ñ╕ñ▐ñδ╖┴╝░ñ╟░·═╤ñ╡ñ∞ñ╞ñ¬ñΩíóñΓñªñ╥ñ╚ñ─ñ╧íóÑßÑ├Ñ╗í╝Ñ╕ñ╬\n╜¬ñ∩ñΩñ╦┼║╔╒Ñ╒ÑíÑñÑδñ╚ñ╖ñ╞┴▐╞■ñ╡ñ∞ñ╞ñññ▐ñ╣íú\n\n\nñ│ñ╬ñ▐ñ▐┴≈┐«ñ╖ñ▐ñ╣ñ½?
*strings.6561:1╖∩ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╬┴≈┐«ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐\n\nÑßÑ├Ñ╗í╝Ñ╕ñ╧┴≈┐«Ñ╚Ñ∞Ñññ╦╗─ñ╡ñ∞ñ╞ñññ▐ñ╣íú\nÑ¿ÑΘí╝ñ≥╜ñ└╡ñ╖ñ╞ñ½ñΘíó┴≈┐«ñ╖ñ╞ñ»ñ└ñ╡ññíú\n
*strings.6560:%d╖∩ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╬┴≈┐«ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐\n\nÑßÑ├Ñ╗í╝Ñ╕ñ╧┴≈┐«Ñ╚Ñ∞Ñññ╦╗─ñ╡ñ∞ñ╞ñññ▐ñ╣íú\nÑ¿ÑΘí╝ñ≥╜ñ└╡ñ╖ñ╞ñ½ñΘíó┴≈┐«ñ╖ñ╞ñ»ñ└ñ╡ññíú\n
*strings.-1192:Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬╟º╛┌├µñ╦ I/O Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n└▄┬│ñ╖─╛ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.-1191:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1190:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ¼╔╘└╡ñ╩Ñ╟í╝Ñ┐ñ≥╝⌡┐«ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1189:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1188:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1187:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1186:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1185:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1184:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1183:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╧╔╘└╡ñ╩Ñ╒Ñ⌐í╝Ñ▐Ñ├Ñ╚ñ╟Ñ¿Ñ≤Ñ│í╝Ñ╔ñ╡ñ∞ñ┐\nÑßÑ├Ñ╗í╝Ñ╕ñ≥╝⌡ñ▒╝ΦñΩñ▐ñ╖ñ┐íú
*strings.-1182:Ñ╡í╝Ñ╨╛┌╠└╜±ñ╬╜≡╠╛ñ¼╠╡╕·ñ╦ñ╩ñ├ñ╞ñññ▐ñ╣íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ╧╩▌╕εñ╡ñ∞ñ▐ñ╗ñ≤íú
*strings.-1181:Ñ╡í╝Ñ╨╛┌╠└╜±ñ╬┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣íú\nÑ╖Ñ╣Ñ╞Ñαñ╬╞ⁿ╔╒ñ╚╗■╣∩ñ≥│╬╟ºñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.-1180:Ñ╡í╝Ñ╨╛┌╠└╜±ñ╬╜≡╠╛ñ╧╟╤╗▀ñ╡ñ∞ñ╞ñññ▐ñ╣íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ╧╩▌╕εñ╡ñ∞ñ▐ñ╗ñ≤íú
*strings.-1179:╛┌╠└╜±ñ╬╚»╣╘┐═ñ≥╟º╝▒ñ╟ñ¡ñ▐ñ╗ñ≤íúÑ╗Ñ¡ÑσÑΩÑ╞Ñú╛┌╠└╜±ñ¼\n╠╡╕·ñ╩ñ╬ñ½═¡╕·ñ╩ñ╬ñ½ñ∩ñ½ñΩñ▐ñ╗ñ≤íúÑ╡í╝Ñ╨ñ╚ñ╬└▄┬│ñ≥\n\n╡±╚▌ñ╖ñ▐ñ╣íú
*strings.-1178:Ñ╡í╝Ñ╨ñ╬╕°│½╕░ñ¼╠╡╕·ñ╦ñ╩ñ├ñ╞ñññ▐ñ╣íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ╧╩▌╕εñ╡ñ∞ñ▐ñ╗ñ≤íú
*strings.-1177:╞■╬╧ñ╡ñ∞ñ┐Ñ╗Ñ¡ÑσÑΩÑ╞Ñú Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ¼└╡ñ╖ñ»ñóñΩñ▐ñ╗ñ≤íú
*strings.-1175:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1174:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\nÑ╡ÑñÑ╚ñ╚ñ╬└▄┬│ñ≥╩▌╕εñ╟ñ¡ñ╩ñññ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-1173:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú ÑΘÑñÑ╓ÑΘÑΩñ╟ÑßÑΓÑΩ╔╘┬¡Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n└▄┬│ñ╖─╛ñ╖ñ╞ñ▀ñ╞ñ»ñ└ñ╡ññíú
*strings.-1172:ñ│ñ╬Ñ╡í╝Ñ╨╛┌╠└╜±ñ╬╚»╣╘┐═ñ╧ѵí╝Ñ╢ñ½ñΘ┐«╟ññ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ╚ñ╬└▄┬│ñ≥╡±╚▌ñ╖ñ▐ñ╣íú\n
*strings.-1171:ñ│ñ╬Ñ╡í╝Ñ╨╛┌╠└╜±ñ╧ѵí╝Ñ╢ñ½ñΘ┐«╟ññ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ╚ñ╬└▄┬│ñ≥╡±╚▌ñ╖ñ▐ñ╣íú\n
*strings.-1170:Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╖ñΦñªñ╚ñ╖ñ╞ñññδ╛┌╠└╜±ñ╧\nñ╣ñ╟ñ╦Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╦┬╕║▀ñ╖ñ▐ñ╣íú
*strings.-1169:ñ╣ñ╟ñ╦Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╦ñóñδñΓñ╬ñ╚╞▒ñ╕╠╛┴░ñ╬╛┌╠└╜±ñ≥\nÑ└ѪÑ≤Ñφí╝Ñ╔ñ╖ñΦñªñ╚ñ╖ñ╞ñññ▐ñ╣íú\n┐╖ñ╖ññ╛┌╠└╜±ñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╣ñδ╛∞╣τñ╧íó\nñ▐ñ║╕┼ñññΓñ╬ñ≥║∩╜ⁿñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.-1168:╛┌╠└╜±ñ╬Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╪ñ╬─╔▓├ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐
*strings.-1167:ñ│ñ╬╛┌╠└╜±ñ╬╕░ñ╬├╓ñ¡┤╣ñ¿ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐
*strings.-1166:ñ│ñ╬╛┌╠└╜±ñ╬╚δ╠⌐╕░ñ¼╕░Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣├µñ╦\n╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú
*strings.-1165:ñ│ñ╬╛┌╠└╜±ñ╧═¡╕·ñ╟ñ╣
*strings.-1164:ñ│ñ╬╛┌╠└╜±ñ╧╠╡╕·ñ╟ñ╣
*strings.-1163:▒■┼·ñ¼ñóñΩñ▐ñ╗ñ≤
*strings.-1162:ñ│ñ╬Ñ╡ÑñÑ╚╛┌╠└╜±ñ≥╚»╣╘ñ╖ñ┐╛┌╠└╜±╚»╣╘┐═ñ╬═¡╕·┤ⁿ╕┬ñ¼\n└┌ñ∞ñ╞ñññ▐ñ╣íú\nÑ╖Ñ╣Ñ╞Ñαñ╬╞ⁿ╔╒ñ╚╗■╣∩ñ≥│╬╟ºñ╖ñ╞▓╝ñ╡ññíú
*strings.-892:%0%
*strings.-891:<head><title>%0%</title></head><body bgcolor="#bbbbbb"><form action=internal-dialog-handler method=post><input type="hidden" %-cont-%
*strings.-890:name="handle" value="%1%"><table border=0 cellspacing=0 cellpadding=0 width="100%%" height="90%%"><tr width="100%%" %-cont-%
*strings.-889:height="75%%" valign=top><td><font size=2>%2%
*strings.-888:</font></td></tr><tr width="100%%" height="15%%" valign="bottom"><td>%0%
*strings.-887:</td></tr></table></form></body>%0%
*strings.-886:<center><input type="submit" name="button" value="%cancel%"></center>%0%
*strings.-885:<center><input type="submit" name="button" value="%ok%"></center>%0%
*strings.-884:<center><input type="submit" name="button" value="%continue%"></center>%0%
*strings.-883:<center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" value="%cancel%"></center>%0%
*strings.-882:<center><input type="submit" name="button" value="%cancel%"><input type="submit" name="button" value="%continue%"></center>%0%
*strings.-881:<head><title>%0%</title></head><body bgcolor="#bbbbbb"><form action=internal-panel-handler method=post><input type="hidden" %-cont-%
*strings.-880:name="handle" value="%1%"><table border=0 cellspacing=0 cellpadding = 0 width="100%%" height="90%%"><tr width="100%%" height="75%%" %-cont-%
*strings.-879:valign=top><td colspan=3><font size=2>%2%
*strings.-878:</font></td></tr><tr width="100%%" height="15%%" valign="bottom"><td width="33%%"></td>%0%
*strings.-877:</tr></table></form></body>%0%
*strings.-876:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%
*strings.-875:type="submit" name="button" value="%next%"></td>%0%
*strings.-874:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%
*strings.-873:type="submit" name="button" value="%back%"><input type="submit" name="button" value="%next%"></td>%0%
*strings.-872:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%
*strings.-871:type="submit" name="button" value="%back%"><input type="submit" name="button" value="%finished%"></td>%0%
*strings.-870:%0%
*strings.-869:<title>%0%</title><b>%1%</b><hr>%2%<hr>%3%
*strings.-868:%0%%1%%2%
*strings.-867:%banner-sec%<b><font size=4>%0% ñ╧╩▌╕εñ╡ñ∞ñ┐╛≡╩≤ñ╬┼╛┴≈ñ╬ñ┐ñßñ╦░┼╣µ▓╜ñ≥╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚ñ╟ñ╣íú %-cont-%
*strings.-866:ñ╟ñ╣ñ¼íó╛┌╠└╜±ñ╦╜≡╠╛ñ╖ñ┐╚»╣╘┐═ñ≥╟º╝▒ñ╟ñ¡ñ▐ñ╗ñ≤íú</font></b><p>Netscape ñ¼╛┌╠└╜±ñ╬╜≡╠╛╝╘ñ≥╟º╝▒ñ╟ñ¡ñ╩ñññ╬ñ╟íó%-cont-%
*strings.-865:ñ│ñ╬Ñ╡ÑñÑ╚ñ╦└▄┬│ñ╖ñ╞╛≡╩≤ñ≥╕≥┤╣ñ╟ñ¡ñδñΦñªñ╦íóñ│ñ╬╛┌╠└╜±ñ≥ ╝⌡ñ▒╔╒ñ▒ñδñ½ñ╔ñªñ½ñ≥╖Φ─Ωñ╖ñ╞▓╝ñ╡ññíú<p>ñ│ñ╬ %-cont-%
*strings.-864:ÑóÑ╖Ñ╣Ñ┐Ñ≤Ñ╚ñ¼╛┌╠└ñ≥╝⌡ñ▒╔╒ñ▒ñδñ½ñ╔ñªñ½íóñ▐ñ┐ñ╔ñ╬─°┼┘╝⌡ñ▒╔╒ñ▒ñδñ╬ñ½ñ≥ ╖Φ─Ωñ╣ñδñ╬ñ╦╠≥╬⌐ñ┴ñ▐ñ╣íú%1%
*strings.-863:%banner-sec%░╩▓╝ñ¼íó ─≤╜╨ñ╡ñ∞ñ┐╛┌╠└╜±ñ╟ñ╣:<hr><table><tr><td valign=top><font %-cont-%
*strings.-862:size=2>╛┌╠└╜±: <br>╜≡╠╛╝╘: <br>░┼╣µ▓╜: </font></td><td valign=top><font size=2>%0%<br>%1%<br>%2% Ñ░Ñ∞í╝Ñ╔ (%3% íó %4% Ñ╙Ñ├Ñ╚ñ╬░┼╣µ▓╜ %-cont-%
*strings.-861:Ñ¡í╝)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>╛┌╠└╜±ñ╬ %-cont-%
*strings.-860:╜≡╠╛╝╘ñ╧íóñ│ñ╬╛┌╠└╜±ñ╬╜Ω╗²╝╘ñ╬┐╚╕╡ñ≥╩▌╛┌ñ╖ñ╞ñññ▐ñ╣íú ░┼╣µ▓╜Ñ∞Ñ┘Ñδñ╧íóñ│ñ╬ Web Ñ╡ÑñÑ╚ñ╚ñ╬┤╓ñ╟╕≥┤╣ñ╡ñ∞ñδ %-cont-%
*strings.-859:ñóñΘñµñδ╛≡╩≤ñ≥┬Φ╗░╝╘ñ¼┼≡─░ñ╣ñδñ│ñ╚ñ¼íóñ╔ñ╬─°┼┘║ñ╞±ñ╟ ñóñδñ½ñ≥╝¿ñ╖ñ╞ñññ▐ñ╣íú%5%
*strings.-858:%banner-sec%ñ│ñ╬ Web Ñ╡ÑñÑ╚ñ½ñΘ ░┼╣µ▓╜ñ╡ñ∞ñ┐╛≡╩≤ñ≥╝⌡ñ▒╝Φñδñ┐ñßñ╦íóñ│ñ╬╛┌╠└╜±ñ≥╝⌡ñ▒╔╒ñ▒ %-cont-%
*strings.-857:ñ▐ñ╣ñ½?<p>╝⌡ñ▒╔╒ñ▒ñ┐╛∞╣τíóñ│ñ╬Ñ╡ÑñÑ╚ñ¼╕½ñ¿ñδñΦñªñ╦ñ╩ñΩ╩╕╜±ñ≥ ╝⌡ñ▒╝Φñδñ│ñ╚ñ¼ñ╟ñ¡ñδñΦñªñ╦ñ╩ñΩñ▐ñ╣íúñ▐ñ┐íóñ│ñ∞ñΘñ╬╩╕╜±ñ╬ %-cont-%
*strings.-856:ñ╣ñ┘ñ╞ñ¼Ñ╡í╝Ñ╔ Ñ╤í╝Ñ╞Ñúí╝ñ╬┤╞╗δ▓╝ñ╬╕╡ñ╟íó░┼╣µ▓╜ñ╡ñ∞ñ╞ ╩▌╕εñ╡ñ∞ñ▐ñ╣íú<p><input type=radio name=accept value=session%0%>ñ│ñ╬Ñ╗Ñ├Ñ╖ÑτÑ≤ñ╦┬╨ñ╖ñ╞ %-cont-%
*strings.-855:ID ñ≥╝⌡ñ▒╔╒ñ▒ñδ<br><input type=radio name=accept value=cancel%1%>ID ñ≥ ╝⌡ñ▒╔╒ñ▒ñ║íó└▄┬│ñ╖ñ╩ññ<br><input type=radio name=accept %-cont-%
*strings.-854:value=forever%2%>ID ñ≥╝⌡ñ▒╔╒ñ▒ñδ (═¡╕·┤ⁿ╕┬ñ▐ñ╟)<br>%3%
*strings.-853:%banner-sec%ñ│ñ╬ ID ñ≥╝⌡ñ▒╔╒ñ▒ñδñ╚íó ñ│ñ╬Ñ╡ÑñÑ╚ñ╚ñ╬ñ╣ñ┘ñ╞ñ╬╛≡╩≤ñ╬╕≥┤╣ñ¼░┼╣µ▓╜ñ╡ñ∞ñδñ│ñ╚ñ¼ %-cont-%
*strings.-852:╩▌╛┌ñ╡ñ∞ñ▐ñ╣íúñ╖ñ½ñ╖íó░┼╣µ▓╜ñ╧íó║╛╡╜ñ≥╚≥ñ▒ñδñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú<p> ║╛╡╜ñ½ñΘ╝Θñδñ┐ñßñ╦ñ╧íóñ│ñ╬Ñ╡ÑñÑ╚ñ¼┤░┴┤ñ╦┐«═╤ñ╟ñ¡ñ╩ññ╛∞╣τñ╧íó╛≡╩≤ %-cont-%
*strings.-851:(╞├ñ╦╕─┐═╛≡╩≤íóÑ»Ñ∞Ñ╕Ñ├Ñ╚ ѽí╝Ñ╔╚╓╣µíóÑ╤Ñ╣Ñ∩í╝Ñ╔ñ╩ñ╔)ñ≥ ┴≈┐«ñ╖ñ╩ñññ╟▓╝ñ╡ññíú<p> ╩▌╕εñ╬ñ┐ñßñ╦ %-cont-%
*strings.-850:Netscape ñ╧íó╔¼═╫ñ╦▒■ñ╕ñ╞ñ│ñ╬ñ│ñ╚ñ≥ñ¬├╬ñΘñ╗ ñ╖ñ▐ñ╣íú<p><center><input type=checkbox name=postwarn value=yes %0%>ñ│ñ╬Ñ╡ÑñÑ╚ %-cont-%
*strings.-849:ñ╦╛≡╩≤ñ≥┴≈┐«ñ╣ñδ┴░ñ╦╖┘╣≡ñ╣ñδ</center><p>%1%
*strings.-848:%banner-sec%<b>░╩▓╝ñ½ñΘ ─≤╜╨ñ╡ñ∞ñ┐╛┌╠└╜±ñ╬┐│║║ñ¼╜¬ñ∩ñΩñ▐ñ╖ñ┐:<br>%0%</b><p>ñ│ñ╬ ID %-cont-%
*strings.-847:ñ≥╡±└Σñ╣ñδñ│ñ╚ñ╦ñ╖ñ▐ñ╖ñ┐íúñΓñ╖║ú╕σíóñ│ñ╬╖Φ─Ωñ≥╩╤╣╣ñ╖ñ┐ññ╛∞╣τñ╦ñ╧íó ñΓñª░∞┼┘ñ│ñ╬Ñ╡ÑñÑ╚ñ≥╦¼╠Σñ╖ñ╞▓╝ñ╡ññíú║╞ñ╙ÑóÑ╖Ñ╣Ñ┐Ñ≤Ñ╚ñ¼╔╜╝¿ %-cont-%
*strings.-846:ñ╡ñ∞ñ▐ñ╣íú<p>[╜¬╬╗]ñ≥▓íñ╣ñ╚íóñ│ñ╬Ñ╡ÑñÑ╚ñ╦└▄┬│ñ╖ñΦñªñ╚ñ╣ñδ┴░ñ╦íó ╔╜╝¿ñ╖ñ╞ñññ┐╩╕╜±ñ╦╠ßñΩñ▐ñ╣íú%1%
*strings.-845:%banner-sec%<b>░╩▓╝ñ½ñΘ ─≤╜╨ñ╡ñ∞ñ┐╛┌╠└╜±ñ╬┐│║║ñ¼╜¬ñ∩ñΩñ▐ñ╖ñ┐:<br>%0%</b><p>ñ│ñ╬ ID %-cont-%
*strings.-844:ñ≥╝⌡ñ▒╔╒ñ▒íóñ│ñ╬Ñ╡ÑñÑ╚ñ╦╛≡╩≤ñ≥┴≈┐«ñ╣ñδ┴░ñ╦ Netscape Navigator ñ¼ ╖┘╣≡ñ╣ñδñ│ñ╚ñ╦ñ╖ñ▐ñ╖ñ┐íú<p>ñΓñ╖║ú╕σíóñ│ñ╬╖Φ─Ωñ≥╩╤╣╣ñ╖ñ┐ññ╛∞╣τñ╦ñ╧íó %-cont-%
*strings.-843:[Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬└▀─Ω]ñ≥│½ñññ╞Ñ╡ÑñÑ╚╛┌╠└╜±ñ≥╩╘╜╕ñ╖ñ╞▓╝ñ╡ññíú<p> [╜¬╬╗]ñ≥▓íñ╣ñ╚íó╩╕╜±ñ╬╝⌡┐«ñ≥│½╗╧ñ╖ñ▐ñ╣íú%1%
*strings.-842:%banner-sec%<b>░╩▓╝ñ½ñΘ ─≤╜╨ñ╡ñ∞ñ┐╛┌╠└╜±ñ╬┐│║║ñ¼╜¬ñ∩ñΩñ▐ñ╖ñ┐:<br>%0%</b><p>ñ│ñ╬ ID %-cont-%
*strings.-841:ñ≥╝⌡ñ▒╔╒ñ▒íóñ│ñ╬Ñ╡ÑñÑ╚ñ╦╛≡╩≤ñ≥┴≈┐«ñ╣ñδ┴░ñ╦ Netscape Navigator ñ¼ ╖┘╣≡ñ╖ñ╩ñññ│ñ╚ñ╦ñ╖ñ▐ñ╖ñ┐íú<p>ñΓñ╖║ú╕σíóñ│ñ╬╖Φ─Ωñ≥╩╤╣╣ñ╖ñ┐ññ╛∞╣τñ╦ñ╧íó %-cont-%
*strings.-840:[Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬└▀─Ω]ñ≥│½ñññ╞Ñ╡ÑñÑ╚╛┌╠└╜±ñ≥╩╘╜╕ñ╖ñ╞▓╝ñ╡ññíú<p> [╜¬╬╗]ñ≥▓íñ╣ñ╚íó %-cont-%
*strings.-839:╩╕╜±ñ╬╝⌡┐«ñ≥│½╗╧ñ╖ñ▐ñ╣íú%1%
*strings.-838:%banner-sec%Ñ╡ÑñÑ╚ '%0%' ñ¼ ─≤╜╨ñ╖ñ┐╛┌╠└╜±ñ╦ñ╧íó└╡ñ╖ññÑ╡ÑñÑ╚╠╛ñ¼┤▐ñ▐ñ∞ñ╞ñññ▐ñ╗ñ≤íú %-cont-%
*strings.-837:┬Φ╗░╝╘ñ¼ñ│ñ╬Ñ╡ÑñÑ╚ñ╚ñ╬─╠┐«ñ≥╦╡╝⌡ñ╖ñΦñªñ╚ñ╖ñ╞ñññδ▓─╟╜└¡ñ¼ ñ∩ñ║ñ½ñ╟ñ╣ñ¼ñóñΩñ▐ñ╣íúñΓñ╖ñΓíó %-cont-%
*strings.-836:▓╝ñ╦╔╜╝¿ñ╡ñ∞ñδ╛┌╠└╜±ñ¼└▄┬│└Φñ╬ñΓñ╬ñ╟ñ╩ñññ╚ñññª╡┐ñññ╬ñóñδ╛∞╣τñ╧íó └▄┬│ñ≥╝Φ╛├ñ╖ñ╞íóÑ╡ÑñÑ╚┤╔═²╝╘ñ╦╧ó═φñ╖ñ╞▓╝ñ╡ññíú<p>%-cont-%
*strings.-835:░╩▓╝ñ¼íó─≤╜╨ñ╡ñ∞ñ┐╛┌╠└╜±ñ╟ñ╣:<hr><table><tr><td valign=top><font size=2>╛┌╠└╜±: <br>╜≡╠╛╝╘: <br>░┼╣µ▓╜: %-cont-%
*strings.-834:</font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% Ñ░Ñ∞í╝Ñ╔ (%4% íó %5% Ñ╙Ñ├Ñ╚░┼╣µ▓╜Ñ¡í╝)</font></td><td valign=bottom><input %-cont-%
*strings.-833:type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>%6%
*strings.-832:%banner-sec%┐╖ñ╖ññÑ╤Ñ╣Ñ∩í╝Ñ╔ ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú║╟ñΓ░┬┴┤ñ╩Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╧íó▒╤╩╕╗·ñ╚┐⌠╗·ñ╬ %-cont-%
*strings.-831:┴╚ñ▀╣τñ∩ñ╗ñ╬║╟─πñ╟ñΓ8╩╕╗·ñ╟íó╝¡╜±ñ╬├▒╕∞ñ≥┤▐ñ≤ñ╟ ñññ╩ñññΦñªñ╩ñΓñ╬ñ╟ñ╣íú<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔: <input type=password name=password1><p>│╬╟ºñ╬ñ┐ñß %-cont-%
*strings.-830:ñΓñª░∞┼┘Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬║╞╞■╬╧: <input type=password name=password2><p><b>Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╦║ñ∞ñ╩ñññ╟▓╝ñ╡ññ! Ñ╤Ñ╣Ñ∩í╝Ñ╔ %-cont-%
*strings.-829:ñ╧╜ñ╔ⁿñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú╦║ñ∞ñ╞ñ╖ñ▐ñªñ╚íó┐╖ñ╖ññ╛┌╠└╜±ñ≥ ╞■╝Ωñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú</b>
*strings.-828:%banner-sec%Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ ┤╓░πñ¿ñ╞ñññ▐ñ╣íúñΓñª░∞┼┘╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔: <input %-cont-%
*strings.-827:type=password name=password1><p>│╬╟ºñ╬ñ┐ñßíóñΓñª░∞┼┘Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ ╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬║╞╞■╬╧: <input type=password name=password2><p>%-cont-%
*strings.-826:<b>Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╦║ñ∞ñ╩ñññ╟▓╝ñ╡ññ! Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╧╜ñ╔ⁿñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú ╦║ñ∞ñ╞ñ╖ñ▐ñªñ╚íó┐╖ñ╖ññ╛┌╠└╜±ñ≥╞■╝Ωñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú</b>
*strings.-825:%banner-sec%Netscape Navigator ñ╧íó╛┌╠└╜±ñ╬Ñ╟ÑúÑ╣Ñ»╛σñ╬╚δ╠⌐╕░ñ≥░┼╣µ▓╜ñ╣ñδñ┐ñßñ╦Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ %-cont-%
*strings.-824:╗╚═╤ñ╖ñ▐ñ╣íúñ│ñ╬ñ┐ñßíó┬╛┐═ñ¼╛┌╠└╜±ñ≥┼≡ñ≤ñ└ñΩíóñóñ╩ñ┐ñ╦ñ╩ñΩñ╣ñ▐ñ╖ñ╞íó ┬╛ñ╬ѵí╝Ñ╢ñΣÑ╡ÑñÑ╚ñ╦┬╨ñ╖ñ╞╗╚═╤ñ╖ñ┐ñΩñ╣ñδñ│ñ╚ñ¼║ñ╞±ñ╦ñ╩ñΩñ▐ñ╣íú<p> ñΓñ╖íó %-cont-%
*strings.-823:┬╛┐═ñ¼ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╦ÑóÑ»Ñ╗Ñ╣ñ╟ñ¡ñδ(╩¬═²┼¬ñ╦ñóñδñññ╧Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» ╛σñ╟)┤─╢¡ñ╬╛∞╣τñ╧íóÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú<p> ñ╟ñ╣ñ¼íó %-cont-%
*strings.-822:┬╛┐═ñ¼ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╦ÑóÑ»Ñ╗Ñ╣ñ╟ñ¡ñ╩ññ┤─╢¡ñ╬╛∞╣τñ╧íó Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╣ñδ╔¼═╫ñ╧ñóñΩñ▐ñ╗ñ≤íú<p><input %-cont-%
*strings.-821:type=radio name=usepw value=true %0%> ┬╛┐═ñ¼ñ│ñ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╦ÑóÑ»Ñ╗Ñ╣ ñ╟ñ¡ñδñ┐ñßíóÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ (┐Σ╛⌐)<br><input type=radio %-cont-%
*strings.-820:name=usepw value=false %1%> ñ│ñ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╧┤░┴┤ñ╦│╓╬Ññ╡ñ∞ñ╞ñññδñ╬ñ╟íó Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╩ññ
*strings.-819:%banner-sec%Netscape Navigator ñ╧╛┌╠└╜±ñ≥═°═╤ñ╣ñδñ┐ñ╙(╬πñ¿ñ╨íó %-cont-%
*strings.-818:╛┌╠└╜±ñ≥═╫╡ßñ╣ñδÑ╡ÑñÑ╚ñ╦└▄┬│ñ╖ñ┐╗■ñ╩ñ╔)ñ╦Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚ñª ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú<p><input type=radio name=askpw value=once %0%>Ñ╗Ñ├Ñ╖ÑτÑ≤ %-cont-%
*strings.-817:╦Φñ╦Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧<br><input type=radio name=askpw value=every %1%> ╔¼═╫ñ╩╗■ñ╦╦Φ▓≤Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧<br><input type=radio %-cont-%
*strings.-816:name=askpw value=inactive %2%> ╗╚═╤ñ╖ñ╩ñ»ñ╩ñ├ñ╞ñ½ñΘ <input type=int size=4 name=interval value=%3%> ╩¼╕σñ╦Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧<p>ñ│ñ╬└▀─Ωñ╧ %-cont-%
*strings.-815:╕σñ╟[Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬└▀─Ω]ñ╟╩╤╣╣ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú<p>[╜¬╬╗]ñ≥▓íñ╣ñ╚ Netscape Navigator ñ╦╠ßñΩñ▐ñ╣íú
*strings.-814:%banner-sec%╢⌡ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ¼ ╞■╬╧ñ╡ñ∞ñ▐ñ╖ñ┐íúÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╩ññ╛∞╣τñ╧íó[╠ßñδ]ñ≥▓íñ╖ñ╞ %-cont-%
*strings.-813:"Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╩ññ"ñ≥┴¬┬≥ñ╖ñ╞▓╝ñ╡ññíúñΓñª░∞┼┘╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔: <input type=password name=password1><p>│╬╟ºñ╬ñ┐ñßíóñΓñª░∞┼┘Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ %-cont-%
*strings.-812:╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬║╞╞■╬╧: <input type=password name=password2><p><b>Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╦║ñ∞ñ╩ñññ╟▓╝ñ╡ññ! Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╧╜ñ╔ⁿñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú %-cont-%
*strings.-811:╦║ñ∞ñ╞ñ╖ñ▐ñªñ╚íó┐╖ñ╖ññ╛┌╠└╜±ñ≥╞■╝Ωñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú</b>
*strings.-810:%banner-sec%Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ ╗╚═╤ñ╗ñ║ñ╦╜Φ═²ñ╖ñ▐ñ╣íú<p>╚δ╠⌐╕░ñ╚╛┌╠└╜±ñ≥╩▌╕εñ╣ñδñ┐ñßñ╦íó %-cont-%
*strings.-809:Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╣ñδ╗■ñ╧íó[Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬└▀─Ω]ñ╟Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥└▀─Ω ñ╖ñ╞▓╝ñ╡ññíú<p>[╜¬╬╗]ñ≥▓íñ╣ñ╚ %-cont-%
*strings.-808:Netscape Navigator ñ╦╠ßñΩñ▐ñ╣íú
*strings.-807:%banner-sec%╕┼ññÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ ╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p> Ñ╤Ñ╣Ñ∩í╝Ñ╔: <input type=password name=password>
*strings.-806:%banner-sec%╕╜║▀ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ¼ └╡ñ╖ñ»╞■╬╧ñ╡ñ∞ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íúñΓñª░∞┼┘╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔: %-cont-%
*strings.-805:<input type=password name=password>
*strings.-804:%banner-sec%╝íñ╬ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣:<p><input type=radio name=usepw value=true %0%> Ñ╤Ñ╣Ñ∩í╝Ñ╔╩╤╣╣<br>%-cont-%
*strings.-803:<input type=radio name=usepw value=false %1%> Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╩ñ╖
*strings.-802:%banner-sec%╢⌡ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ¼ ╞■╬╧ñ╡ñ∞ñ▐ñ╖ñ┐íúÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╩ññ╛∞╣τñ╧íó[╠ßñδ]ñ≥▓íñ╖ñ╞ %-cont-%
*strings.-801:"Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╗╚═╤ñ╖ñ╩ññ"ñ≥┴¬┬≥ñ╖ñ╞▓╝ñ╡ññíúñΓñª░∞┼┘╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔: <input type=password name=password1><p>│╬╟ºñ╬ñ┐ñßíóñΓñª░∞┼┘Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ %-cont-%
*strings.-800:<input type=password name=password1><p>╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬║╞╞■╬╧: <input type=password name=password2><p><b>Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╦║ñ∞ñ╩ñññ╟▓╝ñ╡ññ! Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╧╜ñ╔ⁿñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú %-cont-%
*strings.-799:╦║ñ∞ñ╞ñ╖ñ▐ñªñ╚íó┐╖ñ╖ññ╛┌╠└╜±ñ≥╞■╝Ωñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú</b>
*strings.-798:%banner-sec%Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬╞■╬╧ñ╧ ñΓñª═╫╡ßñ╡ñ∞ñ▐ñ╗ñ≤íú
*strings.-797:%banner-sec%Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╩╤╣╣íó└▀─Ωíó ╠╡╕·ñ╬╜Φ═²ñ≥ñ╖ñΦñªñ╚ñ╖ñ▐ñ╖ñ┐ñ¼íó╝║╟╘ñ╖ñ▐ñ╖ñ┐íú<p>╕╢░°ñ╧ñ¬ñ╜ñΘñ» %-cont-%
*strings.-796:╕░Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╦ÑóÑ»Ñ╗Ñ╣ñ╟ñ¡ñ╩ññ(Navigatorñ¼2ñ─░╩╛σ╞░║εñ╖ñ╞ñññδ╗■ñ╩ñ╔ñ╦ ╡»ñ│ñΩñ▐ñ╣)ñ┐ñßñ½íó┬╛ñ╬Ñ¿ÑΘí╝ %-cont-%
*strings.-795:ñ╦ñΦñδñΓñ╬ñ╟ñ╣íú<p>╕░Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ Ñ╒ÑíÑñÑδñ¼▓⌡ñ∞ñ╞ñññδñ│ñ╚ñ¼╣═ñ¿ñΘñ∞ñ▐ñ╣ñ╬ñ╟íó ▓─╟╜ñ╩ñΘñ╨íóÑ╨Ñ├Ñ»ÑóÑ├Ñ╫ñ≥ñ╚ñ├ñ╞ñ¬ñññ╞▓╝ñ╡ññíú %-cont-%
*strings.-794:║╟╕σñ╬╝Ω├╩ñ╚ñ╖ñ╞íó╕░Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ≥║∩╜ⁿñ╖ñ╞íó┐╖ñ╖ññ╕─┐═╛┌╠└╜±ñ≥ ╞■╝Ωñ╣ñδ╔¼═╫ñ¼ñóñδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-793:<td width="34%%" align=center><input type="submit" name="button" value="%cancel%"></td><td width="33%%" align=right><input %-cont-%
*strings.-792:type="submit" name="button" value="%finished%"></td>%0%
*strings.-791:%banner-sec%ñ│ñ╬╡í╟╜ñ╧ ╝┬┴⌡ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤:<br>%0%<br>╛┌╠└╜±╠╛:<br>%1%
*strings.-790:%0%%1%
*strings.-789:ñ│ñ╬╕─┐═╛┌╠└╜±ñ≥║∩╜ⁿñ╖ñ╞ñΦñφñ╖ñññ╟ñ╣ñ½?<p>%0%
*strings.-788:ñ│ñ╬Ñ╡ÑñÑ╚╛┌╠└╜±ñ≥║∩╜ⁿñ╖ñ╞ñΦñφñ╖ñññ╟ñ╣ñ½?<p>%0%
*strings.-787:ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥║∩╜ⁿñ╖ñ╞ñΦñφñ╖ñññ╟ñ╣ñ½?<p>%0%
*strings.-786:%0%<hr>ñ│ñ╬╛┌╠└╜±ñ╧SSLÑ╡í╝Ñ╨ Ñ╡ÑñÑ╚ñ╦┬░ñ╖ñ╞ñññ▐ñ╣íú<br><input type=radio name=allow value=yes %1%>ñ│ñ╬Ñ╡ÑñÑ╚ñ╪ñ╬└▄┬│ñ≥╡÷▓─ñ╣ñδ<br>%-cont-%
*strings.-785:<input type=radio name=allow value=no %2%>ñ│ñ╬Ñ╡ÑñÑ╚ñ╪ñ╬└▄┬│ñ≥ ╡÷▓─ñ╖ñ╩ññ<hr><input type=checkbox name=postwarn value=yes %3%>ñ│ñ╬Ñ╡ÑñÑ╚ %-cont-%
*strings.-784:ñ╪Ñ╟í╝Ñ┐ñ≥┴≈┐«ñ╣ñδ┴░ñ╦╖┘╣≡ñ╣ñδ
*strings.-783:%0%<hr>ñ│ñ╬╛┌╠└╜±ñ╧╛┌╠└╜±╚»╣╘┐═ñ╦┬░ñ╖ñ╞ñññ▐ñ╣íú<br><input type=radio name=allow value=yes %1%>ñ│ñ╬╚»╣╘┐═ñ╦ñΦñ├ñ╞╛┌╠└ñ╡ñ∞ñ┐Ñ╡ÑñÑ╚ %-cont-%
*strings.-782:ñ╪ñ╬└▄┬│ñ≥╡÷▓─ñ╣ñδ<br><input type=radio name=allow value=no %2%>ñ│ñ╬ ╛┌╠└╜±╚»╣╘┐═ñ╦ñΦñ├ñ╞╛┌╠└ñ╡ñ∞ñ┐Ñ╡ÑñÑ╚ñ╪ñ╬└▄┬│ñ≥╡÷▓─ñ╖ñ╩ññ<hr><input %-cont-%
*strings.-781:type=checkbox name=postwarn value=yes %3%>ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ╦ñΦñ├ñ╞ ╛┌╠└ñ╡ñ∞ñ┐Ñ╡ÑñÑ╚ñ╪Ñ╟í╝Ñ┐ñ≥┴≈┐«ñ╣ñδ┴░ñ╦╖┘╣≡ñ╣ñδ
*strings.-780:%banner-sec%<b>╖┘╣≡: ░┼╣µ▓╜ñ╡ñ∞ñ┐ ╛≡╩≤ñ≥Ñ╡ÑñÑ╚ %0% ñ╦┴≈┐«ñ╖ñΦñªñ╚ñ╖ñ╞ñññ▐ñ╣íú</b><p>ñΓñ╖íó %-cont-%
*strings.-779:╛┌╠└╜±ñ╩ñ╔ñ¼┤░┴┤ñ╦ñ╧┐«═╤ñ╟ñ¡ñ╩ññ╛∞╣τñ╧íó╛≡╩≤(╞├ñ╦╕─┐═╛≡╩≤íó Ñ»Ñ∞Ñ╕Ñ├Ñ╚ѽí╝Ñ╔╚╓╣µíóÑ╤Ñ╣Ñ∩í╝Ñ╔ñ╩ñ╔)ñ≥┴≈┐«ñ╣ñδñ╬ñ╧╣╡ñ¿ñ┐╩²ñ¼ %-cont-%
*strings.-778:░┬┴┤ñ╟ñ╣íú<br>░╩▓╝ñ¼íóñ│ñ╬Ñ╡ÑñÑ╚ñ╬╛┌╠└╜±ñ╟ñ╣:<hr><table><tr><td valign=top><font size=2>╛┌╠└╜±: <br>╜≡╠╛╝╘: %-cont-%
*strings.-777:<br>░┼╣µ▓╜: </font></td><td valign=top><font size=2>%1%<br>%2%<br>%3% Ñ░Ñ∞í╝Ñ╔ (%4% íó %5% Ñ╙Ñ├Ñ╚░┼╣µ▓╜Ñ¡í╝)</font></td><td valign=bottom>%-cont-%
*strings.-776:<font size=2><input type="submit" name="button" value="%moreinfo%"></font></td></tr></table><hr><input type=radio name=action %-cont-%
*strings.-775:value=sendandwarn checked>ñ│ñ╬╛≡╩≤ñ≥┴≈┐«ñ╖ñ╞íó╝í▓≤ñΓ╖┘╣≡ ñ╣ñδ<br><input type=radio name=action value=send>ñ│ñ╬╛≡╩≤ñ≥┴≈┐«ñ╖ñ╞ %-cont-%
*strings.-774:╝í▓≤ñ½ñΘ╖┘╣≡ñ╖ñ╩ññ<br><input type=radio name=action value=dontsend>╛≡╩≤ñ≥ ┴≈┐«ñ╖ñ╩ññ<br>%6%
*strings.-773:%banner-sec%╛┌╠└╜±╚»╣╘┐═ñ≥ ╝⌡ñ▒╔╒ñ▒ñΦñªñ╚ñ╖ñ╞ñññ▐ñ╣íú║ú╕σíó %-cont-%
*strings.-772:Netscape ñ≥═°═╤ñ╖ñ╞░┼╣µ▓╜ñ≥╣╘ñ╩ñª║▌ñ╬Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╦╜┼┬τñ╩ ┤╪╧óñ¼ñóñΩñ▐ñ╣íúñ│ñ╬ÑóÑ╖Ñ╣Ñ┐Ñ≤Ñ╚ñ╧╛┌╠└╜±╚»╣╘┐═ñ≥╝⌡ñ▒╔╒ñ▒ñδñ½ñ╔ñªñ½╖Φ─Ωñ╣ñδ %-cont-%
*strings.-771:ñ╬ñ╦╠≥╬⌐ñ┴ñ▐ñ╣íú
*strings.-770:%banner-sec%╛┌╠└╜±╚»╣╘┐═ñ╧ ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚╛σñ╬Ñ╡ÑñÑ╚ñ╬┐╚╩¼ñ≥╛┌╠└ñ╖ñ▐ñ╣íú╛┌╠└╜±╚»╣╘┐═ñ≥ %-cont-%
*strings.-769:╝⌡ñ▒╔╒ñ▒ñδñ╚íóNetscape Navigator ñ╧íóñ│ñ╬╚»╣╘┐═ñ¼╛┌╠└ñ╣ñδñ╔ñ╬Ñ╡ÑñÑ╚ñ╦┬╨ñ╖ñ╞ñΓ Ñ╫ÑφÑ≤Ñ╫Ñ╚ñ≥╔╜╝¿ñ╖ñ┐ñΩ╖┘╣≡ñ╖ñ┐ñΩñ╗ñ║ñ╦íó└▄┬│ñ╖ñ╞╛≡╩≤ñ≥╝⌡┐«ñ╣ñδñΦñªñ╦ %-cont-%
*strings.-768:ñ╩ñΩñ▐ñ╣íú<p>ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥╡±╚▌ñ╖ñ┐╛∞╣τñ╧íó ñ│ñ╬╚»╣╘┐═ñ¼╛┌╠└ñ╣ñδÑ╡ÑñÑ╚ñ╦┬╨ñ╖ñ╞└▄┬│ñ╖ñ┐ñΩ╛≡╩≤ñ≥╝⌡┐«ñ╖ñ┐ñΩñ╣ñδ┴░ñ╦ %-cont-%
*strings.-767:Ñ╫ÑφÑ≤Ñ╫Ñ╚ñ¼╔╜╝¿ñ╡ñ∞ñ▐ñ╣íú
*strings.-766:%banner-sec%░╩▓╝ñ¼íó ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ╬╛┌╠└╜±ñ╟ñ╣íúñΦñ»─┤ñ┘ñ╞▓╝ñ╡ññíú╛┌╠└╜± %-cont-%
*strings.-765:Ñ╒ÑúÑ≤Ѽí╝Ñ╫ÑΩÑ≤Ñ╚ñ╧ñ│ñ╬╚»╣╘┐═ñ╬┐╚╕╡ñ≥│╬ñ½ñßñδñ╬ñ╦╗╚ñªñ│ñ╚ ñ¼ñ╟ñ¡ñ▐ñ╣íúñ│ñ╬╚»╣╘┐═ñ¼┬╛ñ╬╛∞╜Ωñ╟╚»╣╘ñ╖ñ╞ñññδÑ╒ÑúÑ≤Ѽí╝Ñ╫ÑΩÑ≤Ñ╚ñ╚ %-cont-%
*strings.-764:ñ│ñ╬Ñ╒ÑúÑ≤Ѽí╝Ñ╫ÑΩÑ≤Ñ╚ñ╚ñ≥╚µñ┘ñ╞▓╝ñ╡ññíú<hr> <table><tr><td valign=top><font size=2>╛┌╠└╜±: <br>╜≡╠╛╝╘: </font></td>%-cont-%
*strings.-763:<td valign=top><font size=2>%0%<br>%1%</font></td><td valign=bottom><font size=2><input type="submit" name="button" value="%moreinfo%%-cont-%
*strings.-762:"></font></td></tr></table><hr>
*strings.-761:%banner-sec%ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥ ┬╛ñ╬ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ Ñ╡ÑñÑ╚ñ╬╛┌╠└ñ╬ñ┐ñßñ╦ %-cont-%
*strings.-760:╝⌡ñ▒╔╒ñ▒ñ▐ñ╣ñ½?<p>ñ│ñ∞ñ╧íóñ│ñ╬╚»╣╘┐═ñ¼╛┌╠└ñ╣ñδÑ╡ÑñÑ╚ñ╦┬╨ñ╖ñ╞└▄┬│ñ╖ñ┐ñΩ ╛≡╩≤ñ≥╝⌡┐«ñ╖ñ┐ñΩñ╣ñδ║▌ñ╦íó╖┘╣≡ñ╡ñ∞ñ╩ñññ│ñ╚ñ≥ %-cont-%
*strings.-759:░╒╠úñ╖ñ▐ñ╣íú<p><input type=radio name=accept value=yes %0%> ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥╝⌡ñ▒╔╒ñ▒ñδ<br><input type=radio name=accept value=no %1%>%-cont-%
*strings.-758: ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥╝⌡ñ▒╔╒ñ▒ñ╩ññ<br>
*strings.-757:%banner-sec%ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥╝⌡ñ▒╔╒ñ▒ñδñ╚íó Netscape Navigator ñ╧íóñ│ñ╬╚»╣╘┐═ñ¼╛┌╠└ñ╣ñδñ╔ñ╬Ñ╡ÑñÑ╚ñ╦┬╨ñ╖ñ╞ñΓíó %-cont-%
*strings.-756:└▄┬│ñ╖ñ┐ñΩ╛≡╩≤ñ≥╝⌡┐«ñ╖ñ┐ñΩñ╣ñδ║▌ñ╦íó╖┘╣≡ñ╖ñ┐ñΩÑ╫ÑφÑ≤Ñ╫Ñ╚ñ≥╔╜╝¿ñ╖ñ┐ñΩ ñ╖ñ▐ñ╗ñ≤íú<p>ñ╟ñ╣ñ¼íóñ│ñ╬ñΦñªñ╩Ñ╡ÑñÑ╚ñ╦┬╨ñ╖ñ╞ %-cont-%
*strings.-755:╛≡╩≤ñ≥┴≈┐«ñ╣ñδ┴░ñ╦íó╖┘╣≡ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú<p><input type=checkbox name=postwarn value=yes %0%>ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ╦ñΦñ├ñ╞╛┌╠└ñ╡ñ∞ñ┐Ñ╡ÑñÑ╚ñ╦ %-cont-%
*strings.-754:╛≡╩≤ñ≥┴≈┐«ñ╣ñδ┴░ñ╦╖┘╣≡ñ╣ñδ
*strings.-753:%banner-sec%ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥ ╝⌡ñ▒╔╒ñ▒ñ▐ñ╖ñ┐íúñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥╝▒╩╠ñ╣ñδñ┐ñßñ╦╗╚ñ∩ñ∞ñδÑ═Ñ├Ñ»Ñ═í╝Ñαñ≥ %-cont-%
*strings.-752:┴¬ñ╓╔¼═╫ñ¼ñóñΩñ▐ñ╣íú╬πñ¿ñ╨íó<b>Mozilla's Certificate Shack</b>ñ╩ñ╔ñ╟ñ╣íú<p>Ñ╦Ñ├Ñ»Ñ═í╝Ñα: <font size=4><input type=text %-cont-%
*strings.-751:name=nickname></font>
*strings.-750:%banner-sec%ñ│ñ╬╛┌╠└╜±╚»╣╘┐═ñ≥ ╡±╚▌ñ╣ñδñ╚íóNetscape Navigator ñ╧íóñ│ñ╬╚»╣╘┐═ñ¼╛┌╠└ñ╣ñδÑ╡ÑñÑ╚ñ╦┬╨ñ╖ñ╞ %-cont-%
*strings.-749:└▄┬│ñ╖ñ┐ñΩ╛≡╩≤ñ≥╝⌡┐«ñ╖ñ┐ñΩñ╣ñδ┴░ñ╦íó╔¼ñ║Ñ╫ÑφÑ≤Ñ╫Ñ╚ ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú
*strings.-748:%0%
*strings.-747:%banner-sec%Ñ╡ÑñÑ╚ '%0%' ñ╧Ñ»ÑΘÑñÑóÑ≤Ñ╚╟º╛┌ñ≥═╫╡ßñ╖ñ▐ñ╖ñ┐íú<p>░╩▓╝ñ¼íó %-cont-%
*strings.-746:Ñ╡ÑñÑ╚ñ╬╛┌╠└╜±ñ╟ñ╣:<hr><table><tr><td valign=top><font size=2>╛┌╠└╜±: <br>╜≡╠╛╝╘: <br>░┼╣µ▓╜: </font></td><td valign=top><font %-cont-%
*strings.-745:size=2>%1%<br>%2%<br>%3% Ñ░Ñ∞í╝Ñ╔ (%4% íó %5% Ñ╙Ñ├Ñ╚░┼╣µ▓╜Ñ¡í╝)</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%%-cont-%
*strings.-744:"></td></tr></table><hr>╛┌╠└╜±ñ≥┴¬┬≥ñ╖ñ╞▓╝ñ╡ññ:<select name=cert>%6%</select>%7%
*strings.-743:%banner-sec%Ñ╡ÑñÑ╚ '%0%' ñ╧Ñ»ÑΘÑñÑóÑ≤Ñ╚╟º╛┌ñ≥═╫╡ßñ╖ñ▐ñ╖ñ┐ñ¼íóñóñ╩ñ┐╝½┐╚ñ≥╛┌╠└ñ╣ñδ %-cont-%
*strings.-742:╕─┐═╛┌╠└╜±ñ¼ñóñΩñ▐ñ╗ñ≤íúñ│ñ╬Ñ╡ÑñÑ╚ñ╧ñ¬ñ╜ñΘñ»╛┌╠└╜±ñ¼ñ╩ñññ╚ÑóÑ»Ñ╗Ñ╣ ñ╟ñ¡ñ▐ñ╗ñ≤íú%1%
*strings.-741:%banner-sec%<B>ÑΩѻѿÑ╣Ñ╚ñ╖ñ┐ ñ╣ñ┘ñ╞ñ╬Ñ╒ÑíÑñÑδñ╧░┼╣µ▓╜ñ╡ñ∞ñ╞ñññ▐ñ╣íú</B><p> ñ│ñ∞ñ╧íó %-cont-%
*strings.-740:╩╕╜±ñ≥╣╜└«ñ╣ñδÑ╒ÑíÑñÑδñ¼íó┼╛┴≈├µñ╬Ñ╫ÑΘÑñÑ╨Ñ╖í╝╩▌╕εñ╬ñ┐ñß░┼╣µ▓╜ñ╡ñ∞ñ╞ ┴≈ñΘñ∞ñδñ│ñ╚ñ≥░╒╠úñ╖ñ▐ñ╣íú<p> ╩╕╜±ñ╬░┼╣µ▓╜ñ╬╛▄║┘ñ╦ñ─ñññ╞ñ╧íó %-cont-%
*strings.-739:[╩╕╜±╛≡╩≤]ñ≥ñ┤═≈▓╝ñ╡ññíú<p> <center><input type="submit" name="button" value="%ok%"><input type="submit" name="button" %-cont-%
*strings.-738:value="%showdocinfo%"></center>%0%
*strings.-737:<img src=about:security?banner-mixed><br clear=all><p><B>ÑΩѻѿÑ╣Ñ╚ñ╖ñ┐ Ñ╒ÑíÑñÑδñ╬ñññ»ñ─ñ½ñ╧░┼╣µ▓╜ñ╡ñ∞ñ╞ñññ▐ñ╣íú</B><p> ñ│ñ∞ñΘñ╬Ñ╒ÑíÑñÑδñ╧ %-cont-%
*strings.-736:┼╛┴≈├µñ╬Ñ╫ÑΘÑñÑ╨Ñ╖í╝╩▌╕εñ╬ñ┐ñß░┼╣µ▓╜ñ╡ñ∞ñ╞┴≈ñΘñ∞ñ▐ñ╣íúñ╜ñ╬┬╛ñ╬Ñ╒ÑíÑñÑδñ╧íó ░┼╣µ▓╜ñ╡ñ∞ñ║íó┼╛┴≈├µñ╦┬Φ╗░╝╘ñ╦ñΦñ├ñ╞┤╞╗δñ╡ñ∞ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú<p>ñ╔ñ╬ %-cont-%
*strings.-735:Ñ╒ÑíÑñÑδñ¼░┼╣µ▓╜ñ╡ñ∞íóñ╔ñ╬Ñ╒ÑíÑñÑδñ¼░┼╣µ▓╜ñ╡ñ∞ñ╩ñññ╬ñ½ñ¬─┤ñ┘ñ╦ñ╩ñδñ╦ñ╧íó [╩╕╜±╛≡╩≤]ñ≥ñ┤═≈▓╝ñ╡ññíú<p> <center><input type="submit" name="button" %-cont-%
*strings.-734:value="%ok%"><input type="submit" name="button" value="%showdocinfo%"></center>%0%
*strings.-733:<img src=about:security?banner-insecure><br clear=all><p><B>ÑΩѻѿÑ╣Ñ╚ñ╖ñ┐ Ñ╒ÑíÑñÑδñ╧░┼╣µ▓╜ñ╡ñ∞ñ▐ñ╗ñ≤íú</B><p>░┼╣µ▓╜ñ╡ñ∞ñ╞ñññ╩ññÑ╒ÑíÑñÑδñ╧íó %-cont-%
*strings.-732:┼╛┴≈├µñ╦┬Φ╗░╝╘ñ╦ñΦñ├ñ╞┤╞╗δñ╡ñ∞ñδ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íú<p> <center><input type="submit" name="button" value="%ok%"></center>%0%
*strings.-731:<img src=about:security?banner-payment><br clear=all><p>╣╪╞■ñ≥ ┤░╬╗ñ╣ñδñ╦ñ╧íóÑ»Ñ∞Ñ╕Ñ├Ñ╚ѽí╝Ñ╔╛≡╩≤ñ╬─≤╢íñ¼ %-cont-%
*strings.-730:╔¼═╫ñ╟ñ╣íú<p>─≤╢íñ╣ñδ╛≡╩≤ñ╧íó┐╜ñ╖╣■ñ▀ñ╚ñ╧╩╠ñ╦░┼╣µ▓╜ñ╡ñ∞ñδñ┐ñßíó <em>%0%</em> ñ└ñ▒ñ¼▓≥╞╔▓─╟╜ñ╟ñ╣íú <hr>%-cont-%
*strings.-729:<table><tr><td><font size=2>[%showcert%]ñ≥▓íñ╣ñ╚<em>%1%</em>ñ╬ ╛▄║┘ñ≥ñ┤═≈ñ╦ñ╩ñ∞ñ▐ñ╣íú</font></td><td><input type="submit" %-cont-%
*strings.-728:name="button" value="%showcert%"></td></tr></table><hr>╣╪╞■ñ≥ ├µ╗▀ñ╣ñδñ╦ñ╧íó[╝Φ╛├]ñ≥▓íñ╖ñ╞▓╝ñ╡ññíú[╝íñ╪]ñ╟└Φñ╦┐╩ñ▀ñ▐ñ╣íú%2%
*strings.-727:<img src=about:security?banner-payment><br clear=all><p>╣╪╞■┐╜ñ╖╣■ñ▀íú Merchantñ╦ñΦñ├ñ╞─≤╢íñ╡ñ∞ñ╞ñññ▐ñ╣:<p><font size=4><pre>%0%</pre></font>%-cont-%
*strings.-726:%1%
*strings.-725:<img src=about:security?banner-payment><br clear=all><p>%0%%1%%2%ñ¬╡╥══ñ╬ ñ┤╣╪╞■ñ╬┴φ│█ñ╧íó╝íñ╬─╠ñΩñ╟ñ╣: %3%<hr><table><tr><td><font %-cont-%
*strings.-724:size=2>┐╜ñ╖╣■ñ▀╞Γ═╞ñ≥│╬╟ºñ╩ñ╡ñδñ╦ñ╧íó[%showorder%] ñ≥▓íñ╖ñ╞▓╝ñ╡ññíú</font></td><td><input type="submit" name="button" value="%showorder%"></td></tr>%-cont-%
*strings.-723:</table><hr>ñ│ñ∞ñ╟ñΦñφñ╖ñ▒ñ∞ñ╨íó[╝íñ╪]ñ≥▓íñ╖ñ╞▓╝ñ╡ññíú╣╪╞■ñ≥├µ╗▀ñ╣ñδ╛∞╣τñ╧ [╝Φ╛├]ñ≥▓íñ╖ñ╞▓╝ñ╡ññíú%4%
*strings.-721:<img src=about:security?banner-payment><br clear=all><p>ѽí╝Ñ╔ñ╬ ╛≡╩≤ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:<p>ѽí╝Ñ╔╚╓╣µ: <font size=4><input %-cont-%
*strings.-720:type=text name=pan size=20 maxlength=30 %0%></font><p>═¡╕·┤ⁿ╕┬ (╖ε): <select name=expmonth>%1%</select> ═¡╕·┤ⁿ╕┬ (╟»): %-cont-%
*strings.-719:<select name=expyear>%2%</select><p>[╝íñ╪]ñ≥▓íñ╖ñ╞╣╪╞■ñ≥┬│ñ▒ñ╞ ▓╝ñ╡ññíú%3%
*strings.-718:<img src=about:security?banner-payment><br clear=all><p>ñ¬╡╥══ñ╬ ┐╚╕╡ñ≥│╬╟ºñ╣ñδñ┐ñßñ╦íóѽí╝Ñ╔ñ╟╗╚ñ∩ñ∞ñ╞ñññδñΓñ╬ñ╚ %-cont-%
*strings.-717:╞▒░∞ñ╬╜╗╜Ωñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú<p>Street address: <font size=4><input type=text name=street size=30 %-cont-%
*strings.-716:maxlength=30></font><p>City: <font size=4><input type=text name=city size=15 maxlength=15></font> State: <font size=4><input type=text %-cont-%
*strings.-715:name=state size=2 maxlength=2></font> Zip code: <font size=4><input type=text name=zip size=9 maxlength=9></font><p>%0%
*strings.-714:<img src=about:security?banner-payment><br clear=all><p>╣╪╞■ñ╦ ╔¼═╫ñ╩╛≡╩≤ñ╧└╡ñ╖ñ»╞■╬╧ñ╡ñ∞ñ▐ñ╖ñ┐íú╣τ╖╫ %-cont-%
*strings.-713:%0% ñ¼└┴╡ßñ╡ñ∞ñ▐ñ╣íú<p>╛≡╩≤ñ≥╩╤╣╣ñ╖ñ┐ññ╛∞╣τñ╧íó[╠ßñδ]ñ≥ ▓íñ╖ñ╞▓╝ñ╡ññíú<p>[╜¬╬╗]ñ≥▓íñ╣ñ╚íó┬σ╢Γñ¼└┴╡ßñ╡ñ∞íó %-cont-%
*strings.-712:╣╪╞■ñ╧┤░╬╗ñ╖ñ▐ñ╣íú%1%
*strings.-711:%banner-sec%<h3>SSL v%0% ñ≥═¡╕·ñ╦ñ╣ñδñ┐ñßñ╦░┼╣µñ≥┴¬┬≥ñ╖ñ╞▓╝ñ╡ññíú</h3><ul>%1%</ul>%2%
*strings.-710:%banner-sec%<p>┐╖ñ╖ññ ╕─┐═╛┌╠└╜±ñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╖ñΦñªñ╚ñ╖ñ╞ñññ▐ñ╣ñ¼íó░╩┴░ñ╦ %-cont-%
*strings.-709:%0% ñ½ñΘÑΩѻѿÑ╣Ñ╚ñ╡ñ∞ñ╞ñññ▐ñ╖ñ┐íú╛┌╠└╜±ñ≥ÑΩѻѿÑ╣Ñ╚ñ╡ñ∞ñ┐╗■ñ╦ └╕└«ñ╡ñ∞ñδíó┬╨▒■ñ╣ñδ╚δ╠⌐╕░ñ╚ñ╚ñΓñ╦íóÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚╛σñ╟ñóñ╩ñ┐ñ╬┐╚╩¼ñ≥ %-cont-%
*strings.-708:╩▌╛┌ñ╣ñδñ┐ñßñ╦íóñ│ñ╬╛┌╠└╜±ñ¼╗╚═╤ñ╡ñ∞ñ▐ñ╣íú ÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ Ñ╡ÑñÑ╚╛σñ╟┐╚╕╡ñ≥╩▌╛┌ñ╣ñδñ┐ñßñ╦╛┌╠└╜±ñ╚╚δ╠⌐╕░ñ≥╗╚ñªñ│ñ╚ñ╧íó %-cont-%
*strings.-707:╜╛═Φñ╬ѵí╝Ñ╢╠╛ñ╚Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╦ñΦñδñΓñ╬ñΦñΩñΓíóñ║ñ├ñ╚ ░┬┴┤ñ╟ñ╣íú%1%
*strings.-706:%banner-sec%┐╖ñ╖ññ ╛┌╠└╜±ñ╬╛≡╩≤ñ╟ñ╣íú[╛▄║┘]Ñ▄Ñ┐Ñ≤ñ≥▓íñ╣ñ╚íó %-cont-%
*strings.-705:╛┌╠└╜±ñ╬┴┤═╞ñ≥╕½ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú<hr><table><tr><td valign=top><font size=2>╛┌╠└╜±: <br>╜≡╠╛╝╘: </font></td><td valign=top>%-cont-%
*strings.-704:<font size=2>%0%<br>%1%</font></td><td valign=bottom><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%
*strings.-703:<hr>
*strings.-702:%banner-sec%Netscape ñ¼ñ│ñ╬╛┌╠└╜±ñ≥╗▓╛╚ñ╣ñδñ┐ñßñ╦═╤ñññδ╠╛┴░ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú %-cont-%
*strings.-701:─≤╢íñ╡ñ∞ñ╞ñññδ╠╛┴░ñ≥╗╚ñªñ½íó░╒╠úñ╬ñóñδ╠╛┴░ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññíú<p>╛┌╠└╜±╠╛: <font size=2><input type=text size=60 name=nickname %-cont-%
*strings.-700:value="%0%"></font><p>%1%
*strings.-699:%banner-sec%┐╖ñ╖ññ ╛┌╠└╜±ñ╬ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╦└«╕∙ñ╖ñ▐ñ╖ñ┐íú╛┌╠└╜±ñ≥═╫╡ßñ╣ñδÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ %-cont-%
*strings.-698:Ñ╡ÑñÑ╚╛σñ╟íó┐╚╕╡ñ≥╩▌╛┌ñ╣ñδñ┐ñßñ╦╗╚═╤ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú%0%
*strings.-697:%banner-sec%Netscape ñ╧╚δ╠⌐╕░ñ≥└╕└«ñ╖ñΦñªñ╚ñ╖ñ╞ñññ▐ñ╣íú╚δ╠⌐╕░ñ╧íóÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚ Ñ╡ÑñÑ╚╛σñ╟ %-cont-%
*strings.-696:ñóñ╩ñ┐ñ╬┐╚╕╡ñ≥╩▌╛┌ñ╣ñδñ┐ñßñ╦íó╕╜║▀ÑΩѻѿÑ╣Ñ╚ñ╖ñ╞ñññδ╛┌╠└╜±ñ╚ñ╚ñΓñ╦ ╗╚═╤ñ╡ñ∞ñ▐ñ╣íú╚δ╠⌐╕░ñ╧ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╦╗─ñ╡ñ∞ñδñ│ñ╚ñ╧ñ╩ñ»íó %-cont-%
*strings.-695:Netscape Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╦ñΦñ├ñ╞╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú└Σ┬╨ñ╦Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥ ┬╛┐═ñ╦╢╡ñ¿ñ╩ñññ╟▓╝ñ╡ññíúÑñÑ≤Ñ┐í╝Ñ═Ñ├Ñ╚╛σñ╟ñóñ╩ñ┐ñ╦ñ╩ñΩñ╣ñ▐ñ╣ñ┐ñßñ╦ %-cont-%
*strings.-694:╚δ╠⌐╕░ñ≥═°═╤ñ╟ñ¡ñ╞ñ╖ñ▐ñññ▐ñ╣íú<p>▓╝ñ╬[╬╗▓≥]Ñ▄Ñ┐Ñ≤ñ≥▓íñ╣ñ╚ Netscape ñ╧íó╚δ╠⌐╕░ñ≥└╕└«ñ╖ñ▐ñ╣íúñ│ñ∞ñ╧íó %-cont-%
*strings.-693:╩ú╗¿ñ╩┐⌠│╪┼¬╜Φ═²ñ╟ñ╣ñ╬ñ╟íó┤░╬╗ñ╣ñδñ▐ñ╟ñ╦ñ╧ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╟ ┐⌠╩¼ñ½ñ½ñδñ╚╗╫ñ∩ñ∞ñ▐ñ╣íúñ│ñ╬▓ß─°ñ╟ Netscape ñ≥├µ├╟ñ╣ñδñ╚ %-cont-%
*strings.-692:╕░ñ╧└╕└«ñ╡ñ∞ñ║íóñΓñª░∞┼┘íó╛┌╠└╜±ñ≥┼¼═╤ñ╖ñ╩ñ▒ñ∞ñ╨ ñ╩ñΩñ▐ñ╗ñ≤íú%0%
*strings.-691:%banner-sec%%0% ñ╧íó ┼╛┴≈ñ╣ñδ╛≡╩≤ñ≥╩▌╕εñ╣ñδñ┐ñßñ╦░┼╣µ▓╜ñ≥╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚ñ╟ñ╣íúñ╟ñ╣ñ¼íó %-cont-%
*strings.-690:ñ│ñ╬Ñ╡ÑñÑ╚ñ╬┐╚╕╡ñ≥╩▌╛┌ñ╣ñδÑ╟Ñ╕Ñ┐Ñδ╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣íú ╝┬║▌ñ╦╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññδñ½íóñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬ %-cont-%
*strings.-689:╞ⁿ╔╒ñ¼┤╓░πñ├ñ╞ñññδñ│ñ╚ñ¼╣═ñ¿ñΘñ∞ñ▐ñ╣íú<p>ñ│ñ╬╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ╧ %1% ñ╟ñ╣íú<p> ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ╧ %2% ñ╟ñ╣íúñΓñ╖íó╞ⁿ╔╒ñ¼┤╓░πñ├ñ╞ñññδ╗■ñ╧íó %-cont-%
*strings.-688:Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ≥─√└╡ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú<p>ñ│ñ╬└▄┬│ñ≥┬│ñ▒ñδñ½╝Φ╛├ ñ╖ñ╞▓╝ñ╡ññíú%3%
*strings.-687:%banner-sec%%0% ñ╧íó ┼╛┴≈ñ╣ñδ╛≡╩≤ñ≥╩▌╕εñ╣ñδñ┐ñßñ╦░┼╣µ▓╜ñ≥╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚ñ╟ñ╣íúñ╟ñ╣ñ¼íó %-cont-%
*strings.-686:ñ│ñ╬Ñ╡ÑñÑ╚ñ╬┐╚╕╡ñ≥╩▌╛┌ñ╣ñδÑ╟Ñ╕Ñ┐Ñδ╛┌╠└╜±ñ¼ñ▐ñ└═¡╕·ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íú Ñ╡ÑñÑ╚┤╔═²╝╘ñ╦ñΦñ├ñ╞╛┌╠└╜±ñ¼ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╡ñ∞ñ┐─╛╕σñ½íó %-cont-%
*strings.-685:ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ¼┤╓░πñ├ñ╞ñññδñ│ñ╚ñ¼╣═ñ¿ñΘñ∞ñ▐ñ╣íú<p> ñ│ñ╬╛┌╠└╜±ñ╬═¡╕·│½╗╧╞ⁿñ╧ %1% ñ╟ñ╣íú<p>ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ╧ %-cont-%
*strings.-684:%2% ñ╟ñ╣íúñΓñ╖íó╞ⁿ╔╒ñ¼┤╓░πñ├ñ╞ñññδ╗■ñ╧íóÑ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ≥─√└╡ñ╣ñδ ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú<p>ñ│ñ╬└▄┬│ñ≥┬│ñ▒ñδñ½╝Φ╛├ñ╖ñ╞▓╝ñ╡ññíú%3%
*strings.-683:%banner-sec%%0% ñ╧íó ┼╛┴≈ñ╣ñδ╛≡╩≤ñ≥╩▌╕εñ╣ñδñ┐ñßñ╦░┼╣µ▓╜ñ≥╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚ñ╟ñ╣íúñ╟ñ╣ñ¼íó %-cont-%
*strings.-682:ñ│ñ╬Ñ╡ÑñÑ╚ñ╬┐╚╕╡ñ≥╩▌╛┌ñ╣ñδ╛┌╠└╜±╚»╣╘┐═ñ╬ñªñ┴ñ╬1ñ─ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣íú ╝┬║▌ñ╦╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññδñ½íóñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ¼┤╓░πñ├ñ╞ñññδñ│ñ╚ñ¼ %-cont-%
*strings.-681:╣═ñ¿ñΘñ∞ñ▐ñ╣íú[╛▄║┘]Ñ▄Ñ┐Ñ≤ñ≥▓íñ╣ñ╚íó═¡╕·┤ⁿ╕┬ñ╬└┌ñ∞ñ╞ñññδ╛┌╠└╜±ñ╬ ╛▄║┘ñ≥ñ┤═≈ñ╦ñ╩ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú<hr><table cellspacing=0 cellpadding=0><tr><td %-cont-%
*strings.-680:valign=top><font size=2>╛┌╠└╜±╚»╣╘┐═: <br>═¡╕·┤ⁿ╕┬: </font></td><td valign=top><font size=2>%1%<br>%2%</font></td><td %-cont-%
*strings.-679:valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table><hr>ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ╧ %-cont-%
*strings.-678:%3% ñ╟ñ╣íúñΓñ╖íó╞ⁿ╔╒ñ¼┤╓░πñ├ñ╞ñññδ╗■ñ╧íóÑ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ≥─√└╡ñ╣ñδ ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú<p>ñ│ñ╬└▄┬│ñ≥┬│ñ▒ñδñ½╝Φ╛├ñ╖ñ╞▓╝ñ╡ññíú
*strings.-677:%banner-sec%%0% ñ╧íó ┼╛┴≈ñ╣ñδ╛≡╩≤ñ≥╩▌╕εñ╣ñδñ┐ñßñ╦░┼╣µ▓╜ñ≥╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚ñ╟ñ╣íúñ╟ñ╣ñ¼íó %-cont-%
*strings.-676:ñ│ñ╬Ñ╡ÑñÑ╚ñ╬┐╚╕╡ñ≥╩▌╛┌ñ╣ñδ╛┌╠└╜±╚»╣╘┐═ñ╬ñªñ┴ñ╬1ñ─ñ¼ñ▐ñ└═¡╕·ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íú Ñ╡ÑñÑ╚┤╔═²╝╘ñ╦ñΦñ├ñ╞╛┌╠└╜±ñ¼ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╡ñ∞ñ┐─╛╕σñ½íó %-cont-%
*strings.-675:ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ¼┤╓░πñ├ñ╞ñññδñ│ñ╚ñ¼╣═ñ¿ñΘñ∞ñ▐ñ╣íú[╛▄║┘]Ñ▄Ñ┐Ñ≤ñ≥ ▓íñ╣ñ╚íó═¡╕·┤ⁿ╕┬ñ╬└┌ñ∞ñ╞ñññδ╛┌╠└╜±ñ╬╛▄║┘ñ≥ñ┤═≈ñ╦ñ╩ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú<hr><table %-cont-%
*strings.-674:cellspacing=0 cellpadding=0><tr><td valign=top><font size=2>╛┌╠└╜±╚»╣╘┐═: <br>╛┌╠└╜±ñ╬═¡╕·│½╗╧╞ⁿ: </font></td><td valign=top><font %-cont-%
*strings.-673:size=2>%1%<br>%2%</font></td><td valign=center align=right><input type="submit" name="button" value="%moreinfo%"></td></tr></table>%-cont-%
*strings.-672:<hr>ñ¬╗╚ñññ╬Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ╧ %3% ñ╟ñ╣íúñΓñ╖íó╞ⁿ╔╒ñ¼┤╓░πñ├ñ╞ñññδ╗■ñ╧íó Ñ│Ñ≤Ñ╘Ñσí╝Ñ┐ñ╬╞ⁿ╔╒ñ≥─√└╡ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú<p>ñ│ñ╬└▄┬│ñ≥┬│ñ▒ñδñ½ %-cont-%
*strings.-671:╝Φ╛├ñ╖ñ╞▓╝ñ╡ññíú
*strings.-670:╝Φ╛├
*strings.-669:╬╗▓≥
*strings.-668:┬│ñ▒ñδ
*strings.-667:╝íñ╪ >
*strings.-666:< ╠ßñδ
*strings.-665:╜¬╬╗
*strings.-664:╛▄║┘...
*strings.-663:╛┌╠└╜±ñ≥╔╜╝¿
*strings.-662:Ѭí╝Ñ└í╝ñ≥╔╜╝¿
*strings.-661:╩╕╜±╛≡╩≤ñ≥╔╜╝¿
*strings.-660:╝íñ╪ >
*strings.-659:< ╠ßñδ
*strings.-658:<em>
*strings.-657:</em> ѽí╝Ñ╔ñ≥═°═╤ñ╖ñ▐ñ╣íú╩╤╣╣ñ╖ñ┐ññ╛∞╣τñ╧íó[╝Φ╛├]ñ≥▓íñ╖ñ╞Ѭí╝Ñ└ Ñ╒Ñ⌐í╝Ñαñ╪╠ßñ├ñ╞╩╤╣╣ñ╖ñ╞▓╝ñ╡ññíú<p>
*strings.-656:╖┘╣≡
*strings.-655:╛┌╠└╜±ñ╬╔╜╝¿
*strings.-654:╛┌╠└╜±╠╛Ñ┴ѺÑ├Ñ»
*strings.-653:╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣
*strings.-652:╛┌╠└╜±ñ¼ñ▐ñ└═¡╕·ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤
*strings.-651:╛┌╠└╜±╚»╣╘┐═ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣
*strings.-650:╛┌╠└╜±╚»╣╘┐═ñ¼ñ▐ñ└═¡╕·ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤
*strings.-649:░┼╣µ▓╜╛≡╩≤
*strings.-648:╕─┐═╛┌╠└╜±ñ╬╔╜╝¿
*strings.-647:╕─┐═╛┌╠└╜±ñ╬║∩╜ⁿ
*strings.-646:Ñ╡ÑñÑ╚╛┌╠└╜±ñ╬║∩╜ⁿ
*strings.-645:╛┌╠└╜±╚»╣╘┐═ñ╬║∩╜ⁿ
*strings.-644:Ñ╡ÑñÑ╚╛┌╠└╜±ñ╬╩╘╜╕
*strings.-643:╛┌╠└╜±╚»╣╘┐═ñ╬╩╘╜╕
*strings.-642:ѵí╝Ñ╢╛┌╠└╜±ñ╧ñóñΩñ▐ñ╗ñ≤
*strings.-641:╛┌╠└╜±ñ╬┴¬┬≥
*strings.-640:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú╛≡╩≤
*strings.-639:╚δ╠⌐╕░ñ╬└╕└«
*strings.-638:┐╖╡¼Ñ╡ÑñÑ╚╛┌╠└╜±
*strings.-637:┐╖╡¼╛┌╠└╜±╚»╣╘┐═
*strings.-636:┐╖╡¼Ñµí╝Ñ╢╛┌╠└╜±
*strings.-635:Ѭí╝Ñ└í╝ñ╬│╬╟º
*strings.-634:╣╪╞■
*strings.-633:Netscape Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬└▀─Ω
*strings.-632:Netscape Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬╩╤╣╣
*strings.-631:Netscape Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥═¡╕·ñ╦ñ╖ñ▐ñ╣
*strings.-630:Password Ñ¿ÑΘí╝
*strings.-629:╛┌╠└╜±░┼╣µ
*strings.-628:%banner-sec%┴¬┬≥ñ╖ñ┐╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣ñ╬ñ╟íóñ¬ñ╜ñΘñ» Ñ╡í╝Ñ╨í╝ñ╦╡±╚▌ñ╡ñ∞ñ▐ñ╣íú[┬│ñ▒ñδ]ñ≥▓íñ╖ñ╞ñ╚ñ╦ñ½ñ»┴≈┐«ñ╖ñ╞ñ▀ñδñ½íó [╝Φ╛├]ñ≥▓íñ╖ñ╞└▄┬│ñ≥├µ╗▀ñ╖ñ╞▓╝ñ╡ññíú
*strings.-627:%banner-sec%<table><tr><td>┴¬┬≥ñ╖ñ┐╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣ñ╬ñ╟íóñ¬ñ╜ñΘñ» Ñ╡í╝Ñ╨í╝ñ╦╡±╚▌ñ╡ñ∞ñ▐ñ╣íú[%continue%]ñ≥▓íñ╖ñ╞ñ╚ñ╦ñ½ñ»┴≈┐«ñ╖ñ╞ñ▀ñδñ½íó%-cont-%
*strings.-626:[%cancel%]ñ≥▓íñ╖ñ╞└▄┬│ñ≥├µ╗▀ñ╖ñ╞▓╝ñ╡ññíú╛┌╠└╜±ñ≥╣╣┐╖ñ╣ñδñ╦ñ╧íó [%renew%]Ñ▄Ñ┐Ñ≤ñ≥▓íñ╖ñ╞▓╝ñ╡ññíú</td><td><input type=submit name=button value=%renew%></td></tr></table>
*strings.-625:╣╣┐╖
*strings.-624:%banner-sec%┴¬┬≥ñ╖ñ┐╛┌╠└╜±ñ╧ñ▐ñ└═¡╕·ñ╟ñ╧ñ╩ñññ╬ñ╟íóñ¬ñ╜ñΘñ» Ñ╡í╝Ñ╨í╝ñ╦╡±╚▌ñ╡ñ∞ñ▐ñ╣íú[┬│ñ▒ñδ]ñ≥▓íñ╖ñ╞ñ╚ñ╦ñ½ñ»┴≈┐«ñ╖ñ╞ñ▀ñδñ½íó [╝Φ╛├]ñ≥▓íñ╖ñ╞└▄┬│ñ≥├µ╗▀ñ╖ñ╞▓╝ñ╡ññíú
*strings.-623:╛┌╠└╜±ñ╬═¡╕·┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣
*strings.-622:╦Φ▓≤┐╥ñ═ñδ
*strings.-621:Navigator ñ¼╝½╞░ñ╟┴¬┬≥
*strings.-620:1024 (╛σ░╠Ñ░Ñ∞í╝Ñ╔)
*strings.-619: 768 (├µ┤╓Ñ░Ñ∞í╝Ñ╔)
*strings.-618: 512 (▓╝░╠Ñ░Ñ∞í╝Ñ╔)
*strings.-617:╛┌╠└╜±Ñ▌ÑΩÑ╖í╝ñ≥╔╜╝¿
*strings.-616:╛┌╠└╜±Ñ╣Ñ╞í╝Ñ┐Ñ╣ñ≥Ñ┴ѺÑ├Ñ»
*strings.-615:128 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╦ñΦñδ RC4 ░┼╣µ▓╜
*strings.-614:128 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╦ñΦñδ RC2 ░┼╣µ▓╜
*strings.-613:168 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╦ñΦñδ3╜┼ DES ░┼╣µ▓╜
*strings.-612:56 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╦ñΦñδ DES ░┼╣µ▓╜
*strings.-611:40 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╦ñΦñδ RC4 ░┼╣µ▓╜
*strings.-610:40 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╦ñΦñδ RC2 ░┼╣µ▓╜
*strings.-609:128 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╚ MD5 MAC ñ╦ñΦñδ RC4 ░┼╣µ▓╜
*strings.-608:168 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╚ SHA-1 MAC ñ╦ñΦñδ3╜┼ DES ░┼╣µ▓╜
*strings.-607:56 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╚ SHA-1 MAC ñ╦ñΦñδ DES ░┼╣µ▓╜
*strings.-606:40 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╚ MD5 MAC ñ╦ñΦñδ RC4 ░┼╣µ▓╜
*strings.-605:40 Ñ╙Ñ├Ñ╚ Ñ¡í╝ñ╚ MD5 MAC ñ╦ñΦñδ RC2 ░┼╣µ▓╜
*strings.-604:MD5 MAC ñ╦ñΦñδ░┼╣µ▓╜ñ╩ñ╖
*strings.-5288:Netscape ñ╧ñ│ñ╬Ñ╡ÑñÑ╚ñ╚░┬┴┤ñ╦─╠┐«ñ≥╣╘ñªñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ¼╛σ░╠Ñ░Ñ∞í╝Ñ╔ñ╬░┼╣µ▓╜ñ≥Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ▐ñ╗ñ≤íú
*strings.-5287:Netscape ñ╧ñ│ñ╬Ñ╡ÑñÑ╚ñ╚░┬┴┤ñ╦─╠┐«ñ≥╣╘ñªñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨ñ¼╛σ░╠Ñ░Ñ∞í╝Ñ╔ñ╬░┼╣µñ≥═╫╡ßñ╖ñ╞ñññ▐ñ╣íú\n\nñ│ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╬ Netscape ñ╧╛σ░╠Ñ░Ñ∞í╝Ñ╔ñ╬░┼╣µ▓╜ñ≥\nÑ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ▐ñ╗ñ≤íúU.S. ═ó╜╨╡¼└⌐ñ╦ñΦñδñΓñ╬ñ╚╗╫ñ∩ñ∞ñ▐ñ╣íú
*strings.-5286:Netscape ñ╚ñ│ñ╬Ñ╡í╝Ñ╨ñ╧░┬┴┤ñ╦─╠┐«ñ≥╣╘ñªñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\n╬╛╩²ñ╬╗╚═╤ñ╖ñΦñªñ╖ñ╞ñññδ░┼╣µ▓╜ÑóÑδÑ┤ÑΩÑ║Ñαñ¼░█ñ╩ñ├ñ╞ñññ▐ñ╣íú
*strings.-5285:Netscape ñ¼╟º╛┌ñ╦╔¼═╫ñ╩╛┌╠└╜±ñ╚╕░ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤íú\n
*strings.-5284:Netscape ñ╧ñ│ñ╬Ñ╡ÑñÑ╚ñ╚░┬┴┤ñ╦─╠┐«ñ≥╣╘ñªñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╡í╝Ñ╨╛┌╠└╜±ñ¼╡±╚▌ñ╡ñ∞ñ▐ñ╖ñ┐íú
*strings.-5282:Ñ╡í╝Ñ╨ñ¼Ñ»ÑΘÑñÑóÑ≤Ñ╚ñ½ñΘ╔╘└╡ñ╩Ñ╟í╝Ñ┐ñ≥╝⌡ñ▒╝ΦñΩñ▐ñ╖ñ┐íú
*strings.-5281:Netscape ñ¼Ñ╡í╝Ñ╨ñ½ñΘ╔╘└╡ñ╩Ñ╟í╝Ñ┐ñ≥╝⌡ñ▒╝ΦñΩñ▐ñ╖ñ┐íú
*strings.-5280:Netscape ñ¼Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ╩ññ╝∩╬αñ╬╛┌╠└╜±ñ≥╝⌡ñ▒╝ΦñΩñ▐ñ╖ñ┐íú\n\n┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬ Netscape ñ╟ñ╧ñ│ñ╬╠Σ┬Ωñ¼▓≥╖Φñ╡ñ∞ñ╞ñññδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-5279:Ñ╡í╝Ñ╨ñ¼╗╚═╤ñ╖ñ╞ñññδÑ╨í╝Ñ╕ÑτÑ≤ñ╬Ñ╗Ñ¡ÑσÑΩÑ╞Ñú Ñ╫ÑφÑ╚Ñ│Ñδñ╧\nÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\n┐╖ñ╖ññÑ╨í╝Ñ╕ÑτÑ≤ñ╬ Netscape ñ╟ñ╧ñ│ñ╬╠Σ┬Ωñ¼▓≥╖Φñ╡ñ∞ñ╞ñññδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.-5277:Ñ»ÑΘÑñÑóÑ≤Ñ╚ñ╬╟º╛┌ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐íúÑ»ÑΘÑñÑóÑ≤Ñ╚ñ╬╕░Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣╞Γñ╬\n╚δ╠⌐╕░ñ╚Ñ»ÑΘÑñÑóÑ≤Ñ╚ñ╬╛┌╠└╜±Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣╞Γñ╬╕°│½╕░ñ¼░∞├╫ñ╖ñ▐ñ╗ñ≤íú\n
*strings.-5276:Netscape ñ╧ñ│ñ╬Ñ╡ÑñÑ╚ñ╚░┬┴┤ñ╦─╠┐«ñ≥╣╘ñªñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\n└▄┬│ñ╖ñΦñªñ╚ñ╖ñ╞ñññδÑ╔ÑßÑñÑ≤ñ¼Ñ╡í╝Ñ╨╛┌╠└╜±╞Γñ╬Ñ╔ÑßÑñÑ≤╠╛\nñ╚░∞├╫ñ╖ñ▐ñ╗ñ≤íú
*strings.-5274:ñ│ñ╬Ñ╡ÑñÑ╚ñ╧ SSL version 2 ñ╖ñ½Ñ╡Ñ▌í╝Ñ╚ñ╖ñ▐ñ╗ñ≤íú[Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ╬└▀─Ω] \nÑ╤Ñ═Ñδñ╟ SSL version 2 ñ╬Ñ╡Ñ▌í╝Ñ╚ñ≥═¡╕·ñ╦ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú
*strings.-5273:SSL ñ╧íó╔╘└╡ñ╩ÑßÑ├Ñ╗í╝Ñ╕╟º╛┌Ñ│í╝Ñ╔ñ≥╝⌡┐«ñ╖ñ▐ñ╖ñ┐íú \nÑ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ┐íóÑ╡í╝Ñ╨ñ╬╝┬┴⌡ñ¼╔╘└╡ñ╟ñóñδíó \nÑ╗Ñ¡ÑσÑΩÑ╞Ñú░π╚┐ñ¼╡»ñ│ñ├ñ┐íóñ╩ñ╔ñ¼╣═ñ¿ñΘñ∞ñ▐ñ╣íú
*strings.-5272:SSL ñ╧íóÑ╡í╝Ñ╨ñ½ñΘ╔╘└╡ñ╩ÑßÑ├Ñ╗í╝Ñ╕╟º╛┌Ñ│í╝Ñ╔ñ≥╝¿ñ╣Ñ¿ÑΘí╝ñ≥ \n╝⌡ñ▒╝ΦñΩñ▐ñ╖ñ┐íúÑ═Ñ├Ñ╚Ñ∩í╝Ñ» Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ┐íóÑ╡í╝Ñ╨ñ╬╝┬┴⌡ñ¼ \n╔╘└╡ñ╟ñóñδíóÑ╗Ñ¡ÑσÑΩÑ╞Ñú░π╚┐ñ¼╡»ñ│ñ├ñ┐íóñ╩ñ╔ñ¼╣═ñ¿ñΘñ∞ñ▐ñ╣íú
*strings.-5271:Ñ╡í╝Ñ╨ñ¼╛┌╠└╜±ñ≥│╬╟ºñ╟ñ¡ñ▐ñ╗ñ≤
*strings.-5270:Ñ╡í╝Ñ╨ñ¼╛┌╠└╜±ñ≥╠╡╕·ñ╚ñ╖ñ╞╡±╚▌ñ╖ñ▐ñ╖ñ┐
*strings.-5269:Ñ╡í╝Ñ╨ñ¼╛┌╠└╜±ñ≥═¡╕·┤ⁿ╕┬└┌ñ∞ñ╚ñ╖ñ╞╡±╚▌ñ╖ñ▐ñ╖ñ┐
*strings.7032:Ñ╓Ñφí╝Ñ»Ñ≤ Ñ╤ÑñÑ╫
*strings.7146:└▄┬│ñ¼╡±╚▌ñ╡ñ∞ñ▐ñ╖ñ┐íú
*strings.7022:░·┐⌠ñ¼╠╡╕·ñ╟ñ╣íú
*strings.7005:I/O Ñ¿ÑΘí╝
*strings.7012:╢⌡ñ¡ÑßÑΓÑΩñ¼╔╘┬¡ñ╖ñ╞ñññ▐ñ╣íú
*strings.7009:╠╡╕·ñ╩Ñ╒ÑíÑñÑδ╚╓╣µñ╟ñ╣íú
*strings.7011:╜Φ═²ñ¼╔⌡║┐ñ╡ñ∞ñ▐ñ╣íú
*strings.7133:Ñ╜Ñ▒Ñ├Ñ╚ñ╧┤√ñ╦└▄┬│ñ╡ñ∞ñ╞ñññ▐ñ╣íú
*strings.7145:└▄┬│ñ¼Ñ┐ÑñÑαÑóѪÑ╚ñ╖ñ▐ñ╖ñ┐íú
*strings.7150:╜Φ═²ñ≥ñ▐ñ└╖╤┬│ñ╖ñ╞ñññ▐ñ╣íú
*strings.7149:EALREADY
*strings.7125:┤√ñ╦╗╚═╤ñ╡ñ∞ñ╞ñññδÑóÑ╔Ñ∞Ñ╣ñ╟ñ╣íú
*strings.7004:Ñ╖Ñ╣Ñ╞ÑαÑ│í╝Ñδñ¼│ΣñΩ╣■ñ▐ñ∞ñ▐ñ╖ñ┐íú
*strings.7013:ÑóÑ»Ñ╗Ñ╣╕óñ¼ñóñΩñ▐ñ╗ñ≤íú
*strings.7126:═╫╡ßñ╡ñ∞ñ┐ÑóÑ╔Ñ∞Ñ╣ñ≥│ΣñΩ┼÷ñ╞ñΘñ∞ñ▐ñ╗ñ≤íú
*strings.7127:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññ▐ñ╣íú
*strings.7128:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╪ñ╬╖╨╧⌐ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú
*strings.7129:Ñ═Ñ├Ñ╚Ñ∩í╝Ñ» ÑΩÑ╗Ñ├Ñ╚ñ╬ñ┐ñß└▄┬│ñ¼Ñ└ѪÑ≤ñ╖ñ▐ñ╖ñ┐íú
*strings.7130:└▄┬│ñ½ÑóÑ▄í╝Ñ╚ñ╡ñ∞ñ▐ñ╖ñ┐íú
*strings.7131:└▄┬│ñ¼Ñ╘Ñóí╝ñ╦ñΦñ├ñ╞ÑΩÑ╗Ñ├Ñ╚ñ╡ñ∞ñ▐ñ╖ñ┐íú
*strings.7134:Ñ╜Ñ▒Ñ├Ñ╚ñ¼└▄┬│ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*strings.7147:Ñ█Ñ╣Ñ╚ñ¼Ñ└ѪÑ≤ñ╖ñ╞ñññ▐ñ╣íú
*strings.7148:Ñ█Ñ╣Ñ╚ñ╪ñ╬╖╨╧⌐ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú
*strings.22001: (╟º╝▒╔╘╟╜)
*strings.22002: (╝½╞░╚╜╩╠)
*strings.22003: (╔╕╜α└▀─Ω)
*strings.22004: (╕½ñ─ñ½ñΩñ▐ñ╗ñ≤)
*strings.22010:%s ▓Φ┴ⁿ %dx%d Ñ╔Ñ├Ñ╚
*strings.22011:▓Φ┴ⁿñ╧┐╝ñ╡ %d Ñ╙Ñ├Ñ╚ñ╟íó%d Ñ╗Ñδ│ΣñΩ┼÷ñ╞ñΘñ∞ñ╞ñññ▐ñ╣íú
*strings.22012:▓Φ┴ⁿñ╧ÑΓÑ╬Ñ»Ñφñ╟ñ╣íú
*strings.22013:▓Φ┴ⁿñ╧ %d Ñ╙Ñ├Ñ╚ Ñ░Ñ∞í╝ Ñ╣Ñ▒í╝Ñδñ╟ñ╣íú
*strings.22014:▓Φ┴ⁿñ╧ %d Ñ╙Ñ├Ñ╚ True Colorñ╟ñ╣íú
*strings.22020:║≈░·ñ≥╕í║≈ñ╟ñ¡ñ▐ñ╣íú╕í║≈Ñ¡í╝Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*strings.22031:ÑßÑñÑ≤ Ñ█Ñ├Ñ╚ÑΩÑ╣Ñ╚
*strings.22032:<!-- ñ│ñ∞ñ╧╝½╞░└╕└«ñ╡ñ∞ñ┐Ñ╒ÑíÑñÑδñ╟ñ╣íú\n Ñ╫ÑφÑ░ÑΘÑαñ¼╞╔ñ▀╜±ñ¡ñ≥╝┬╣╘ñ╖ñ▐ñ╣íú\n ╩╘╜╕╢╪╗▀! -->\n
*strings.22033:---═·╬≥░∞═≈(╜¬ñ∩ñΩ)---\n
*strings.22040:└▄┬│: Ñ█Ñ╣Ñ╚ñ≥├╡ñ╖ñ╞ñññ▐ñ╣: %.256s...
*strings.22041:└▄┬│: Ñ█Ñ╣Ñ╚ñ╦└▄┬│ñ╖ñ╞ñññ▐ñ╣: %.256s...
*strings.22042:Ñ¿ÑΘí╝: └▄┬│ñ≥╚≤╔⌡║┐╖┐ñ╦ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.22043:Ñ█Ñ╣Ñ╚ %.256s ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤íú
*strings.22044:Ñ█Ñ╣Ñ╚ %.256s ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤íú
*strings.22045:Ñ╒ÑíÑñÑδñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...
*strings.22046:Ñ╒ÑíÑñÑδñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...Ñ¿ÑΘí╝: Ñ╒ÑíÑñÑδñ¼╢⌡ñ╟ñ╣íú
*strings.22047:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...
*strings.22048:Ñ╒ÑíÑñÑδñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...┤░╬╗
*strings.22049:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...┤░╬╗
*strings.22050:FTP Ñ╒ÑíÑñÑδñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣íú
*strings.22051:FTP Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣íú
*strings.22052:Ñ╟í╝Ñ┐ñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣íú
*strings.22053:%.256sñ½ñΘÑ╟í╝Ñ┐ñ≥┼╛┴≈ñ╖ñ╞ñññ▐ñ╣íú
*strings.22054:└▄┬│: Ñ█Ñ╣Ñ╚ %.256s ñ╦└▄┬│ñ╖ñ▐ñ╖ñ┐íú▒■┼·ñ≥┬╘ñ├ñ╞ñññ▐ñ╣...
*strings.22055:└▄┬│: ║╞╗ε╣╘├µ (HTTP 0.9)...
*strings.22056:└▄┬│: Ñ█Ñ╣Ñ╚ñ╦└▄┬│ñ╖ñ▐ñ╖ñ┐íú▒■┼·ñ≥┬╘ñ├ñ╞ñññ▐ñ╣ (Gopher)
*strings.22057:Ñßí╝Ñδñ≥┴≈┐«ñ╖ñ▐ñ╖ñ┐íú
*strings.22058:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22059:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22060:Ñ╦Ñσí╝Ñ╣: ╡¡╗÷ñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22061:Ñ╦Ñσí╝Ñ╣: ╡¡╗÷ñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22062:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫░∞═≈ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣
*strings.22063:Ñ╦Ñσí╝Ñ╣: Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ╬│╡╬¼ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣
*strings.22064:Ñ╦Ñσí╝Ñ╣: ╡¡╗÷ñ≥╩┬ñ┘┬╪ñ¿ñ╞ñññ▐ñ╣...
*strings.22101:│░╔⌠Ñ╙Ñσí╝Ñóñ≥╡»╞░ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.22102:Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ╩ññ╟º╛┌╩²╝░ñ¼Ñ╫ÑφÑ»Ñ╖ñ½ñΘ═╫╡ßñ╡ñ∞ñ▐ñ╖ñ┐íú
*strings.22103:HTTP ╞╔ñ▀╣■ñ▀Ñδí╝Ñ┴Ñ≤ñ╟ÑßÑΓÑΩ╔╘┬¡Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐!
*strings.22104:Ñ╡í╝Ñ╨ñ½ñΘñ╬▒■┼·Ñ╣Ñ╞í╝Ñ┐Ñ╣ñ¼╔╘╠└ñ╟ñ╣: %d!
*strings.22105:├φ░╒! ╚≤Ñ»ÑΩÑ╞ÑúѽÑδ ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ Ñ¿ÑΘí╝: NET_TotalNumberOfProcessingURLs < 0
*strings.22106:├φ░╒! ╚≤Ñ»ÑΩÑ╞ÑúѽÑδ ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤ Ñ¿ÑΘí╝: NET_TotalNumberOfOpenConnections < 0
*strings.22107:URN ñ╧╞Γ╔⌠ñ╟Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ▐ñ╗ñ≤íúHTTP Ñ╫ÑφÑ»Ñ╖ Ñ╡í╝Ñ╨ñ≥╗╚═╤ñ╖ñ╞ñ»ñ└ñ╡ññ:
*strings.22108:│ΣñΩ╣■ñ▀ѪÑúÑ≤Ñ╔Ѫñ╦║╞╞■╕╞ñ╙╜╨ñ╖ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
*strings.22109:ÑßÑ├Ñ╗í╝Ñ╕╚╓╣µñ¼╠╡╕·ñ╟ñ╣íú
*strings.22110:╡¡╗÷╚╓╣µñ¼╚╧░╧│░ñ╟ñ╣íú
*strings.22111:Ñßí╝ÑδÑ▄Ñ├Ñ»Ñ╣ñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.22113:SMTP Ñßí╝Ñδ┴≈┐«Ñ¿ÑΘí╝ñ╟ñ╣íú╝íñ╬ñΦñªñ╦Ñ╡í╝Ñ╨ñ¼▒■┼·ñ╖ñ▐ñ╖ñ┐: %.256s
*strings.22114:├φ░╒: ╩╕╗·Ñ│í╝Ñ╔ Ñ╗Ñ├Ñ╚ñ≥╚╜╩╠ñ╟ñ¡ñ▐ñ╗ñ≤: `
*strings.22115:╖┘╣≡! Ñ│Ñ≤Ñ╨í╝Ñ┐ñΓñ╖ñ»ñ╧Ñ╟Ñ│í╝Ñ└ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.22116:Ñ╒Ñ⌐í╝Ñαñ╬─≤╜╨╖δ▓╠ñ≥ñ╖ñ¬ñΩñ╬░∞═≈ñ╦─╔▓├ñ╣ñδñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.22130:├φ░╒: ╝┬╣╘▓─╟╜ñ╩ `%.1024s' Ñ╣Ñ»ÑΩÑ╫Ñ╚ñ╟ñ╣!\n\nÑ╣Ñ»ÑΩÑ╫Ñ╚ñ╧ñ¬╗╚ñññ╬╖╫╗╗╡íñ╬╟ñ░╒ñ╬Ñ╖Ñ╣Ñ╞ÑαÑ│Ñ▐Ñ≤Ñ╔ñ≥\n╝┬╣╘%.30síóÑ╗Ñ¡ÑσÑΩÑ╞Ñú╛σ╠Σ┬Ωñ¼ñóñΩñ▐ñ╣íú\nÑ╣Ñ»ÑΩÑ╫Ñ╚ñ╬╞Γ═╞ñ╦╛»ñ╖ñ╟ñΓ╔╘╠└ñ╩╔⌠╩¼ñ¼ñóñ∞ñ╨íó\nÑ╣Ñ»ÑΩÑ╫Ñ╚ñ≥╝┬╣╘ñ╖ñ╩ñññ╟ñ»ñ└ñ╡ññíú\n\nÑ╣Ñ»ÑΩÑ╫Ñ╚ñ≥╝┬╣╘ñ╖ñ▐ñ╣ñ½?
*strings.22117:├φ░╒: HTTP Ñ╫ÑφÑ»Ñ╖ Ñ█Ñ╣Ñ╚(%.2048s)ñ¼╗╪─Ωñ╡ñ∞ñ▐ñ╖ñ┐ñ¼\nÑ█Ñ╣Ñ╚ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤íú\n\n│░╔⌠ñ╬Ñ█Ñ╣Ñ╚ñ╪ñ╬╖╨╧⌐ñ¼┬╕║▀ñ╖ñ╩ñññ│ñ╚ñ╦ñ╩ñΩñ▐ñ╣íú\nÑ═í╝Ñα Ñ╡í╝Ñ╨ñ╦╠Σ┬Ωñ╧ñ╩ñññ╟ñ╖ñτñªñ½?\nÑ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.22118:├φ░╒: SOCKS Ñ█Ñ╣Ñ╚(%.2048s)ñ¼╗╪─Ωñ╡ñ∞ñ▐ñ╖ñ┐ñ¼\nÑ█Ñ╣Ñ╚ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤íú\n\n│░╔⌠ñ╬Ñ█Ñ╣Ñ╚ñ╪ñ╬╖╨╧⌐ñ¼┬╕║▀ñ╖ñ╩ñññ│ñ╚ñ╦ñ╩ñΩñ▐ñ╣íú\n\nÑ═í╝Ñα Ñ╡í╝Ñ╨ñ╦╠Σ┬Ωñ╧ñ╩ñññ╟ñ╖ñτñªñ½?\n
*strings.22119:Ñδí╝Ñ╚░╩│░ñ╬Ñ═í╝Ñα Ñ╡í╝Ñ╨ñ≥╗╚ñ∩ñ╩ñ▒ñ∞ñ╨ñ╩ñΘñ╩ññ╛∞╣τñ╧íó\n$SOCKS_NS ┤─╢¡╩╤┐⌠ñ╦┼¼└┌ñ╩Ñ═í╝Ñα Ñ╡í╝Ñ╨ñ≥╗╪─Ωñ╖ñ╞ñ¬ñ»╔¼═╫\nñ¼ñóñΩñ▐ñ╣íúñ│ñ╬┤─╢¡╩╤┐⌠ñóñδñññ╧ SOCKS Ñ█Ñ╣Ñ╚ñ╬└▀─Ωñ╦ñ╧╠╛┴░\nñ╟ñ╧ñ╩ñ»íóÑ█Ñ╣Ñ╚ñ╬ IP ÑóÑ╔Ñ∞Ñ╣ñ≥╗╪─Ωñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΘñ╩ñññ½ñΓ\nñ╖ñ∞ñ▐ñ╗ñ≤íú\n\n\n
*strings.22120:Ñ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.22121:├φ░╒: ╝íñ╬Ñ█Ñ╣Ñ╚ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤:\n\n
*strings.22122:├φ░╒: Ñ█Ñ╣Ñ╚ %.256s ñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤íú\n
*strings.22123:\nñññ»ñ─ñ½íóñóñδñññ╧íóñ╣ñ┘ñ╞ñ╬Ñ█Ñ╣Ñ╚ñ╪ñ╬╖╨╧⌐ñ¼┬╕║▀ñ╖ñ╩ñññ│ñ╚ñ╦ñ╩ñΩñ▐ñ╣íú\n\nÑ═í╝Ñα Ñ╡í╝Ñ╨ñ╦╠Σ┬Ωñ╧ñ╩ñññ╟ñ╖ñτñªñ½?\n
*strings.22124:SunOS 4 Ñ╖Ñ╣Ñ╞Ñαñ╟ñ╧íó2 ╝∩╬αñ╬ %s ╝┬╣╘Ñ╒ÑíÑñÑδñ¼ñóñΩñ▐ñ╣íú\nñ╥ñ╚ñ─ñ╧ DNS ñ≥╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚═╤ñ╟íóñΓñªñ╥ñ╚ñ─ñ╧ YP/NIS ñ≥\n╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚═╤ñ╦ñ╩ñ├ñ╞ñññ▐ñ╣íúñ│ñ∞ñ╧ DNS ═╤ñ╬╝┬╣╘Ñ╒ÑíÑñÑδ\nñ╟ñ╣íúYP/NIS ═╤ñ≥╗╚═╤ñ╖ñ┐╩²ñ¼ñΦñ»ñóñΩñ▐ñ╗ñ≤ñ½?\n\n
*strings.22125:SunOS 4 Ñ╖Ñ╣Ñ╞Ñαñ╟ñ╧íó2 ╝∩╬αñ╬ %s ╝┬╣╘Ñ╒ÑíÑñÑδñ¼ñóñΩñ▐ñ╣íú\nñ╥ñ╚ñ─ñ╧ DNS ñ≥╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚═╤ñ╟íóñΓñªñ╥ñ╚ñ─ñ╧ YP/NIS ñ≥\n╗╚═╤ñ╖ñ╞ñññδÑ╡ÑñÑ╚═╤ñ╦ñ╩ñ├ñ╞ñññ▐ñ╣íúñ│ñ∞ñ╧ YP/NIS ═╤ñ╬╝┬╣╘\nÑ╒ÑíÑñÑδñ╟ñ╣íúDNS ═╤ñ≥╗╚═╤ñ╖ñ┐╩²ñ¼ñΦñ»ñóñΩñ▐ñ╗ñ≤ñ½?\n\n
*strings.22131:ñ╟ñ¡ñδñ┐ñß
*strings.22132:ñ╣ñδ▓─╟╜└¡ñ¼ñóñΩ
*strings.22133:╟º╛┌ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐íú║╞╗ε╣╘ñ╖ñ▐ñ╣ñ½?
*strings.22134:Ñ╫ÑφÑ»Ñ╖ñ╬╟º╛┌ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐íú║╞╗ε╣╘ñ╖ñ▐ñ╣ñ½?
*strings.22135:Ñ╒Ñ⌐í╝Ñα Ñ╟í╝Ñ┐ñ≥┴≈ñΩ─╛ñ╖ñ▐ñ╣ñ½?
*strings.22136:ñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿ñ╣ñδ┴░ñ╦íóÑ╦Ñσí╝Ñ╣\nÑ░Ñδí╝Ñ╫ñ╬░∞═≈ñ╬Ñ│Ñ╘í╝ñ≥╩▌┬╕ñ╖ñ▐ñ╣íú\n\nÑΓÑ╟Ñαñ╩ñ╔─π┬«ñ╬└▄┬│ñ╟ñ╧íóñ│ñ╬╜Φ═²ñ╦┐⌠╩¼┤╓ñ½ñ½ñΩ\nñ▐ñ╣íúÑ╒ÑíÑñÑδ ÑßÑ╦Ñσí╝ñ½ñΘ┐╖ñ╖ññÑ╓ÑΘѪÑ╢ñ≥┴¬┬≥ñ╣\nñ∞ñ╨╜Φ═²ñ≥╩┬╣╘ñ╖ñ╞╣╘ñªñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú┬│ñ▒ñ▐ñ╣ñ½?
*strings.22137:ñ│ñ╬Ñ╒Ñ⌐í╝Ñαñ╧┼┼╗╥Ñßí╝Ñδñ≥═°═╤ñ╖ñ╞\n─≤╜╨ñ╡ñ∞ñδñ┐ñßíóñ│ñ┴ñΘñ╬┼┼╗╥Ñßí╝ÑδÑóÑ╔Ñ∞Ñ╣ñ¼\n╝⌡╝Φ┐═ñ╦╠└ñΘñ½ñ╦ñ╡ñ∞ñ▐ñ╣íúñ▐ñ┐íó\nÑ╫ÑΘÑñÑ╨Ñ╖í╝╩▌╕εñ╬ñ┐ñß░┼╣µ▓╜ñ╡ñ∞ñδñ│ñ╚ñ╩ñ» \n
*strings.22139:┴≈┐«ñ╡ñ∞ñ▐ñ╣íú╡í╠⌐╛≡╩≤ñΣÑ╫ÑΘÑñÑ╨Ñ╖í╝╛≡╩≤ñ≥íó \nñ│ñ╬Ñ╒Ñ⌐í╝Ñαñ╟─≤╜╨ñ╣ñδñ│ñ╚ñ╧╣╡ñ¿ñ╞▓╝ñ╡ññíú \nñ│ñ╬─≤╜╨ñ≥┬│ñ▒ñδñ½ñ▐ñ┐ñ╧╝Φ╛├ñ╣ñδñ│ñ╚ñ¼\nñ╟ñ¡ñ▐ñ╣íú
*strings.22138:ñ│ñ╬Ñ└ÑñÑóÑφÑ░ñ╧[ѬÑ╫Ñ╖ÑτÑ≤]ÑßÑ╦Ñσí╝ñ╬\n[Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬└▀─Ω]ñ╦ñóñδ[Ñ╫ÑφÑ╚Ñ│Ñδ]Ñ╗Ñ»Ñ╖ÑτÑ≤ñ╟\n╠╡╕·ñ╦ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú
*strings.22151:ÑßÑ├Ñ╗í╝Ñ╕: ╔╘└╡ñ╩╡¡╜╥ñ╟ñ╣ `%c'\n
*strings.22152:░∞╗■╠╛ñ≥─╔▓├ñ╖ñ╞ñ»ñ└ñ╡ññ
*strings.22153:XPStatsñ≥─╔▓├ñ╖ñ╞ñ»ñ└ñ╡ññ
*strings.22160:Ñ╦Ñσí╝Ñ╣ Ñ╡í╝Ñ╨ñ╦ÑóÑ»Ñ╗Ñ╣ñ╣ñδñ╚ñ¡ñ╬ѵí╝Ñ╢╠╛ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.22161:ѵí╝Ñ╢ %s ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*strings.22204:<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="html/text; charset=x-sjis"><TITLE>Ñ╦Ñσí╝Ñ╣ Ñ¿ÑΘí╝!</TITLE>\n<H1>Ñ╦Ñσí╝Ñ╣ Ñ¿ÑΘí╝!</H1> Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ╧╝íñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐: <b>%.256s</b><p>\n
*strings.22205:<b><p>╡¡╗÷ñ╬═¡╕·┤ⁿ╕┬ñ¼▓ßñ«ñ╞ñññδñΦñªñ╟ñ╣</b><p>\n
*strings.22218:<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="html/text; charset=x-sjis">\n<TITLE>FTP Ñ¿ÑΘí╝</TITLE>\n<H1>FTP Ñ¿ÑΘí╝</H1>\n<h2>FTP Ñ╡í╝Ñ╨ñ╦ÑφÑ░ÑñÑ≤ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐</h2>\n<PRE>
*strings.22219:<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="html/text; charset=x-sjis">\n<TITLE>FTP Ñ¿ÑΘí╝</TITLE>\n<H1>FTP Ñ¿ÑΘí╝</H1>\n<h2>FTP ┼╛┴≈ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐:</h2>\n<PRE>
*strings.22220:<TITLE>Gopher ñ╬║≈░· %.256s</TITLE><H1>%.256s <BR>Gopher ║≈░·</H1>\n╕í║≈▓─╟╜ñ╩ Gopher ñ╬║≈░·ñ╟ñ╣íú\nÑ╓ÑΘѪÑ╢ñ╬╕í║≈╡í╟╜ñ≥╗╚ñ├ñ╞íó╕í║≈ñ╖ñ┐ññ╩╕╗·╬≤ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú\n<ISINDEX>
*strings.22221:<TITLE>%.256s ñ╬ CSO ╕í║≈</TITLE><H1>%.256s CSO ║≈░·</H1>\nCSO Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╦ñ╧─╠╛∩┼┼╧├─óñ½Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ¼┤▐ñ▐ñ∞ñ╞ñññ▐ñ╣íú\nÑ╓ÑΘѪÑ╢ñ╬╕í║≈╡í╟╜ñ≥╗╚ñ├ñ╞íó╕í║≈ñ╖ñ┐ññ╩╕╗·╬≤ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú\n<ISINDEX>
*strings.22222:<TITLE>Ñ▌Ñ╣Ñ╚╩╓┐«Ñ╟í╝Ñ┐ñ¼ñóñΩñ▐ñ╗ñ≤</TITLE>\n<H1>Ñ╟í╝Ñ┐ñ¼ñóñΩñ▐ñ╗ñ≤</H1>\nñ│ñ╬╩╕╜±ñ╧Ñ▌Ñ╣Ñ╚┴α║εñ╦ñΦñ├ñ╞║ε└«ñ╡ñ∞ñ╞ñ½ñΘíóÑ¡ÑπÑ├Ñ╖Ñσñ╬═¡╕·┤ⁿ╕┬ñ¼\n▓ßñ«ñ╞ñññ▐ñ╣íú<b>║╞╞╔╣■</b>Ñ▄Ñ┐Ñ≤ñ≥▓íñ╗ñ╨íóÑ╒Ñ⌐í╝Ñαñ≥║╞┴≈ñ╖ñ╞╩╕╜±ñ≥║εñΩ\n─╛ñ╣ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú\n
*strings.22250:RSA Public Key Cryptography
*strings.22251:International
*strings.22252:ñ│ñ╬╩╕╜±ñ╟ñ╧░┼╣µ▓╜ñ╦ñΦñδÑ╗Ñ¡ÑσÑΩÑ╞Ñú╩▌╕εñ╧╣╘ñ∩ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*strings.22253:<h3>┐╖ñ╖ññÑ░Ñδí╝Ñ╫ñ╧ñóñΩñ▐ñ╗ñ≤</h3>
*strings.22256:%.200s (%.200s) ñ╦┬╨ñ╣ñδѵí╝Ñ╢╠╛ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*strings.22257:░∞═≈ñ╦─╔▓├ñ╣ñδÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*strings.22260:ñ│ñ╬╩╕╜±ñ╧╣τ╜░╣±│░ñ╟╗╚═╤ñ╡ñ∞ñδ├µ┤╓Ñ░Ñ∞í╝Ñ╔ñ╬░┼╣µ▓╜Ñ¡í╝ñ≥╗╚ñ├ñ╞\n╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú
*strings.22261:ñ│ñ╬╩╕╜±ñ╧╣τ╜░╣±╞Γñ╟ñ╬ñ▀╗╚═╤ñ╡ñ∞ñδ╛σ░╠Ñ░Ñ∞í╝Ñ╔ñ╬░┼╣µ▓╜Ñ¡í╝ñ≥\n╗╚ñ├ñ╞╩▌╕εñ╡ñ∞ñ╞ñññ▐ñ╣íú
*strings.22270:Ñ╟ÑúÑ╣Ñ»╛σñ╬ñ╖ñ¬ñΩñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣íú╞╔ñ▀╣■ñ▀─╛ñ╖ñ╞ñññ▐ñ╣íú
*strings.22271:Ñ╟ÑúÑ╣Ñ»╛σñ╬ÑóÑ╔Ñ∞Ñ╣─óñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣íú╞╔ñ▀╣■ñ▀─╛ñ╖ñ╞ñññ▐ñ╣íú
*strings.22272:Ñ╟ÑúÑ╣Ñ»╛σñ╬ñ╖ñ¬ñΩñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣íú╜ñ└╡ñ≥╟╦┤■ñ╖ñ╞\n╞╔ñ▀╣■ñ▀─╛ñ╖ñ▐ñ╣ñ½?
*strings.22273:Ñ╟ÑúÑ╣Ñ»╛σñ╬ÑóÑ╔Ñ∞Ñ╣─óñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣íú╜ñ└╡ñ≥╟╦┤■ñ╖ñ╞\n╞╔ñ▀╣■ñ▀─╛ñ╖ñ▐ñ╣ñ½?
*strings.22274:ñ╖ñ¬ñΩ Ñ╒ÑíÑñÑδñ╬╩▌┬╕├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐!
*strings.22275:ÑóÑ╔Ñ∞Ñ╣─óÑ╒ÑíÑñÑδñ╬╩▌┬╕├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐!
*strings.22276:║≈░·ñ≥╕í║≈ñ╟ñ¡ñ▐ñ╣íú╕í║≈Ñ¡í╝Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*strings.22277:ÑΩÑ╗Ñ├Ñ╚
*strings.22278:ѻѿÑΩí╝ñ≥─≤╜╨
*strings.22279:<H3>╛≡╩≤ñ╩ñ╖ - ╩╕╜±ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣</H3>\n
*strings.22280:<LI>╩╕╗·Ñ│í╝Ñ╔ Ñ╗Ñ├Ñ╚:
*strings.22281:<b>Ñ╒Ñ⌐í╝Ñα %d:</b><UL>
*strings.22282:%ld ╗■┤╓┴░
*strings.22283:%ld ╞ⁿ┴░
*strings.22284:%ld ╕─ñ╬Ñ¿ÑñÑΩÑóÑ╣ñ¼ %s ñ≥╗▓╛╚ñ╖ñ╞ñññ▐ñ╣íú
*strings.22285:1╕─ñ╬Ñ¿ÑñÑΩÑóÑ╣ñ¼ %s ñ≥╗▓╛╚ñ╖ñ╞ñññ▐ñ╣íú
*strings.22286:%s ñ≥╗▓╛╚ñ╖ñ╞ñññδÑ¿ÑñÑΩÑóÑ╣ñ╧ñóñΩñ▐ñ╗ñ≤íú
*strings.22287:Ñ╦Ñ├Ñ»Ñ═í╝Ñαñ╦ñ╧▒╤╩╕╗·ñ╚┐⌠╗·ñ└ñ▒ñ≥╗╚ñ¿ñ▐ñ╣íú\nÑ╦Ñ├Ñ»Ñ═í╝Ñαñ╧╩╤╣╣ñ╡ñ∞ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.22288:╞▒ñ╕Ñ╦Ñ├Ñ»Ñ═í╝Ñαñ╬╣α╠▄ñ¼ñ╣ñ╟ñ╦┬╕║▀ñ╖ñ▐ñ╣íú\nÑ╦Ñ├Ñ»Ñ═í╝Ñαñ╧╩╤╣╣ñ╡ñ∞ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.22289:ñ│ñ╬╣α╠▄ñ╦ñ╧ %d ╕─ñ╬Ñ¿ÑñÑΩÑóÑ╣ñ¼ñóñΩñ▐ñ╣íúñ│ñ∞ñΘñ╬Ñ¿ÑñÑΩÑóÑ╣ñΓ\nñññ├ñ╖ñτñ╦║∩╜ⁿñ╡ñ∞ñ▐ñ╣íú
*strings.22290:║∩╜ⁿñ╖ñΦñªñ╚ñ╖ñ╞ñññδ╣α╠▄ñ╬ñññ─ñ»ñ½ñ╦Ñ¿ÑñÑΩÑóÑ╣ñ¼ñóñΩñ▐ñ╣íú\nñ╜ñ∞ñΘñ╬Ñ¿ÑñÑΩÑóÑ╣ñΓñññ├ñ╖ñτñ╦║∩╜ⁿñ╡ñ∞ñ▐ñ╣íú\n
*strings.22291:<!-- ñ│ñ∞ñ╧╝½╞░└╕└«ñ╡ñ∞ñ┐Ñ╒ÑíÑñÑδñ╟ñ╣íú
*strings.22292:Ñ╫ÑφÑ░ÑΘÑαñ¼╞╔ñ▀╜±ñ¡ñ≥╝┬╣╘ñ╖ñ▐ñ╣íú
*strings.22293:╩╘╜╕╢╪╗▀! -->
*strings.22294:┐╖ñ╖ññÑ╒Ñ⌐ÑδÑ└
*strings.22295:┐╖ñ╖ñññ╖ñ¬ñΩ
*strings.22296:╕½ñ─ñ½ñΩñ▐ñ╗ñ≤
*strings.22297:ñ╖ñ¬ñΩ Ñ╒ÑíÑñÑδñ≥│½ñ»
*strings.22298:ñ╖ñ¬ñΩ Ñ╒ÑíÑñÑδñ≥ÑñÑ≤Ñ▌í╝Ñ╚
*strings.22299:ñ╖ñ¬ñΩ Ñ╒ÑíÑñÑδñ≥╩▌┬╕
*strings.22300:1╗■┤╓░╩╞Γ
*strings.22301:┬τ░Φ═·╬≥Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╧╕╜║▀╩─ñ╕ñΘñ∞ñ╞ñññ▐ñ╣íú
*strings.22302:╔╘╠└
*strings.22303:┬τ░Φ═·╬≥Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╧╕╜║▀╢⌡ñ╟ñ╣íú
*strings.22304:<BR>\n<TT>╞ⁿ╔╒:</TT> %s<P>
*strings.22305:\n<HR>\n<TT>┴φ╖∩┐⌠:</TT> %ld<P>
*strings.22306:╕─┐══╤ñ╖ñ¬ñΩ
*strings.22307:<!-- ñ│ñ∞ñ╧╝½╞░└╕└«ñ╡ñ∞ñ┐Ñ╒ÑíÑñÑδñ╟ñ╣íú\nÑ╫ÑφÑ░ÑΘÑαñ¼╞╔ñ▀╜±ñ¡ñ≥╝┬╣╘ñ╖ñ▐ñ╣íú\n╩╘╜╕╢╪╗▀! -->\n
*strings.22308:Plug-In ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣íú
*strings.22309:%ld Ñ╨ÑñÑ╚/╔├
*strings.22310:%.1fK/╔├
*strings.22311:%.1fM/╔├
*strings.22312:─Σ╗▀
*strings.22313:%lu
*strings.22314:%luK
*strings.22315:%3.2fM
*strings.22316:╗─ñΩ %02ld:%02ld:%02ld
*strings.22317:╗─ñΩ %02ld:%02ld
*strings.22318:╗─ñΩ %ld ╔├%s
*strings.22319:Ñ╨í╝Ñ╕ÑτÑ≤:
*strings.22320:Ñ╖ÑΩÑóÑδ╚╓╣µ:
*strings.22321:╚»╣╘╝╘:
*strings.22322:╖∩╠╛:
*strings.22323:Ñ╨í╝Ñ╕ÑτÑ≤: %s%sÑ╖ÑΩÑóÑδ╚╓╣µ: %s%s╚»╣╘╝╘: %s%s╖∩╠╛: %s%s│½╗╧╞ⁿ╗■: %s%s═¡╕·┤ⁿ╕┬: %s%s
*strings.22324:Netscape ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:
*strings.22325:MIME Ñ┐ÑñÑ╫ %s\nñ╬ñ┐ñßñ╬ Plug-In ñ╧╕½ñ─ñ½ñΩñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.22326:Plug-In '%s' ñ≥ MIME Ñ┐ÑñÑ╫ '%s' ñ╬ñ┐ñßñ╦Ñφí╝Ñ╔ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú \n\n ╜╜╩¼ñ╩╢⌡ñ¡ÑßÑΓÑΩñ¼ñóñδñ│ñ╚ñ╚íóPlug-In ñ¼└╡ñ╖ñ»ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╡ñ∞ñ╞ñññδñ│ñ╚ñ≥│╬╟ºñ╖ñ╞▓╝ñ╡ññíú
*strings.22335:└▄┬│: Ñ█Ñ╣Ñ╚ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ...
*strings.22336:Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ╩ññ╟º╛┌╩²╦íñ≥Ñ╫ÑφÑ»Ñ╖ñ¼═╫╡ßñ╖ñ╞ñññ▐ñ╣íú
*strings.22337:Ñ╫ÑφÑ»Ñ╖ñ¼ñ┐ñ└ñ┴ñ╦╜¬╬╗ñ╖ñ╞ñ╖ñ▐ñªñΦñªñ╟ñ╣íú\nÑ╫ÑφÑ»Ñ╖ñ╬╟º╛┌ñ╬╝┬┴⌡ñ╦╠Σ┬Ωñ¼ñóñδñ½íóÑ╤Ñ╣Ñ∩í╝Ñ╔ñ╬╞■╬╧ñ≥┤╓░πñ¿ñ┐ñΦñªñ╟ñ╣íú\nѵí╝Ñ╢╠╛ñ╚Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖─╛ñ╖ñ▐ñ╣ñ½?\n
*strings.22338:Ñ╫ÑφÑ»Ñ╖ Ñ╡í╝Ñ╨ñ≥╟º╝▒ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.22339:Ñ╫ÑφÑ»Ñ╖ñ╬╟º╛┌ñ¼╔¼═╫ñ╟ñ╣íú(%.250s at %.250s):
*strings.22340:└▄┬│: Ñ╫ÑφÑ»Ñ╖ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ...
*strings.22341:Ñ╫ÑφÑ»Ñ╖ñ╬╝½╞░└▀─Ωñ╦╔╘└╡ñ╩Ñ¡í╝Ñ∩í╝Ñ╔ñ¼ñóñΩñ▐ñ╣: %síú
*strings.22342:ñΓñª░∞┼┘Ñ╫ÑφÑ»Ñ╖ñ╦└▄┬│ñ╖ñ╞ñ▀ñ▐ñ╣ñ½?
*strings.22343:ñΓñª░∞┼┘ SOCKS ñ╦└▄┬│ñ╖ñ╞ñ▀ñ▐ñ╣ñ½?
*strings.22344:ñΓñª░∞┼┘Ñ╫ÑφÑ»Ñ╖ñ╚ SOCKS ñ╦└▄┬│ñ╖ñ╞ñ▀ñ▐ñ╣ñ½?
*strings.22345:Ñ╫ÑφÑ»Ñ╖ Ñ╡í╝Ñ╨ñ≥═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\nñΓñª░∞┼┘Ñ╫ÑφÑ»Ñ╖ %s ñ╦└▄┬│ñ╖ñ╞ñ▀ñ▐ñ╣ñ½?
*strings.22346:Ñ╫ÑφÑ»Ñ╖ Ñ╡í╝Ñ╨ñ≥░∞└┌═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\nñΓñª░∞┼┘ %s ñ╦└▄┬│ñ╖ñ╞ñ▀ñ▐ñ╣ñ½?
*strings.22347:SOCKS ñ≥═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íúñΓñª░∞┼┘ SOCKS %s ñ╦└▄┬│ñ╖ñ╞ñ▀ñ▐ñ╣ñ½?
*strings.22348:SOCKS ñ╚Ñ╫ÑφÑ»Ñ╖ñ≥═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú\nñΓñª░∞┼┘ %s ñ╦└▄┬│ñ╖ñ╞ñ▀ñ▐ñ╣ñ½?
*strings.22349:Ñ╫ÑφÑ»Ñ╖ñ≥░∞└┌═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íúÑ╫ÑφÑ»Ñ╖ñ¼║╞ñ╙═°═╤ñ╟ñ¡ñδ\nñΦñªñ╦ñ╩ñδñ▐ñ╟íó░∞╗■┼¬ñ╦Ñ╫ÑφÑ»Ñ╖ñ╬└▀─Ωñ≥╠╡╗δñ╖ñ╞íó─╛└▄└▄┬│\nñ╣ñδñΦñªñ╦ñ╖ñ▐ñ╣ñ½?
*strings.22350:SOCKS ñ≥═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íúSOCKS ñ¼║╞ñ╙═°═╤ñ╟ñ¡ñδ\nñΦñªñ╦ñ╩ñδñ▐ñ╟íó░∞╗■┼¬ñ╦ SOCKS ñ╬└▀─Ωñ≥╠╡╗δñ╖ñ╞íó─╛└▄└▄┬│\nñ╣ñδñΦñªñ╦ñ╖ñ▐ñ╣ñ½?
*strings.22351:SOCKS ñ╚Ñ╫ÑφÑ»Ñ╖ñ≥╬╛╩²ñ╚ñΓ═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú║╞ñ╙═°═╤ñ╟ñ¡ñδ\nñΦñªñ╦ñ╩ñδñ▐ñ╟íó░∞╗■┼¬ñ╦ñ│ñ∞ñΘñ╬└▀─Ωñ≥╠╡╗δñ╖ñ╞íó─╛└▄└▄┬│\nñ╣ñδñΦñªñ╦ñ╖ñ▐ñ╣ñ½?
*strings.22352:ñ╣ñ┘ñ╞ñ╬Ñ╫ÑφÑ»Ñ╖ñ¼ñ▐ñ└Ñ└ѪÑ≤ñ╖ñ╞ñññ▐ñ╣íú\n─╛└▄└▄┬│ñ╖ñ╞┬│ñ▒ñ▐ñ╣ñ½?
*strings.22353:SOCKS ñ¼ñ▐ñ└Ñ└ѪÑ≤ñ╖ñ╞ñññ▐ñ╣íú\n\n─╛└▄└▄┬│ñ╖ñ╞┬│ñ▒ñ▐ñ╣ñ½?
*strings.22354:SOCKS ñ╚Ñ╫ÑφÑ»Ñ╖ñ¼ñ▐ñ└Ñ└ѪÑ≤ñ╖ñ╞ñññ▐ñ╣íú\n\n─╛└▄└▄┬│ñ╖ñ╞┬│ñ▒ñ▐ñ╣ñ½?
*strings.22355:Ñ╫ÑφÑ»Ñ╖ñ╬╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ≥╝⌡┐«ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\n\nÑ╫ÑφÑ»Ñ╖ñ╧╗╚ñ∩ñ∞ñ▐ñ╗ñ≤íú
*strings.22356:Ñ╫ÑφÑ»Ñ╖ñ╬╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ¼╢⌡ñ╟ñ╖ñ┐:\n\n %s\n\nñ½ñ∩ñΩñ╦íóñ│ñ╬┴░ñ╬Ñ╗Ñ├Ñ╖ÑτÑ≤ñ╬└▀─Ωñ≥╗╚═╤ñ╖ñ▐ñ╣ñ½?
*strings.22357:Ñ╫ÑφÑ»Ñ╖ñ╬╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ╦╕φñΩñ¼ñóñΩñ▐ñ╣:\n\n %s\n\nñ½ñ∩ñΩñ╦íóñ│ñ╬┴░ñ╬Ñ╗Ñ├Ñ╖ÑτÑ≤ñ╬└▀─Ωñ≥╗╚═╤ñ╖ñ▐ñ╣ñ½?
*strings.22358:Ñ╫ÑφÑ»Ñ╖ñ╬╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ╦╕φñΩñ¼ñóñΩñ▐ñ╣:\n\n %s\n\nÑ╫ÑφÑ»Ñ╖ñ╧╗╚ñ∩ñ∞ñ▐ñ╗ñ≤íú
*strings.22359:Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ╬Ñ┐ÑñÑ╫ñ¼└╡ñ╖ñ»ñóñΩñ▐ñ╗ñ≤:\n\n %s\n\nMIME Ñ┐ÑñÑ╫ application/x-ns-proxy-autoconfig ñ¼╔¼═╫ñ╟ñ╣íú\n\nñ½ñ∩ñΩñ╦íóñ│ñ╬┴░ñ╬Ñ╗Ñ├Ñ╖ÑτÑ≤ñ╬└▀─Ωñ≥╗╚═╤ñ╖ñ▐ñ╣ñ½?
*strings.22360:Ñ╫ÑφÑ»Ñ╖ñ╬╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\n\n└▀─Ωñ╟Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─Ωñ╬ URL ñ≥│╬╟ºñ╖ñ╞ñ»ñ└ñ╡ññíú\n\nÑ╫ÑφÑ»Ñ╖ñ╧╗╚ñ∩ñ∞ñ▐ñ╗ñ≤íú
*strings.22361:Ñ╫ÑφÑ»Ñ╖ñ╬╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\n\n└▀─Ωñ╟Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─Ωñ╬ URL ñ≥│╬╟ºñ╖ñ╞ñ»ñ└ñ╡ññíú\n\nñ½ñ∩ñΩñ╦íóñ│ñ╬┴░ñ╬Ñ╗Ñ├Ñ╖ÑτÑ≤ñ╬└▀─Ωñ≥╗╚═╤ñ╖ñ▐ñ╣ñ½?
*strings.22362:Ñ╨Ñ├Ñ»ÑóÑ├Ñ╫ Ñ╫ÑφÑ»Ñ╖ñ╬╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ╦╕φñΩñ¼ñóñΩñ▐ñ╣\n\nÑ╫ÑφÑ»Ñ╖ñ╧╗╚ñ∩ñ∞ñ▐ñ╗ñ≤íú
*strings.22363:Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ╬╞╔ñ▀╣■ñ▀ñ¼╝ΦñΩ╛├ñ╡ñ∞ñ▐ñ╖ñ┐íú\n\nÑ╫ÑφÑ»Ñ╖ñ╧╗╚ñ∩ñ∞ñ▐ñ╗ñ≤íú
*strings.22364:╖┘╣≡:\n\n═╫╡ßñ╖ñ╞ñññ╩ññÑ╫ÑφÑ»Ñ╖╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ≥Ñ╡í╝Ñ╨ñ¼\nNetscapeñ╦┴≈┐«ñ╖ñ╞ñ¡ñ▐ñ╖ñ┐:\n\n %s\n\n└▀─ΩÑ╒ÑíÑñÑδñ╧╠╡╗δñ╡ñ∞ñ▐ñ╣íú
*strings.22365:Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ≥╝⌡┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22366:Ñ¡ÑπÑ├Ñ╖Ñσñ╬Ñ»ÑΩí╝Ñ≤ÑóÑ├Ñ╫: %d ╕─ñ╬Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ╞ñññ▐ñ╣...
*strings.22367:┴¬┬≥ñ╖ñ┐Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╧═¡╕·ñ╟ñ╣ñ¼íóÑ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╚ñ╖ñ╞\n└╡ñ╖ñ»═¡╕·ñ╦ñ╟ñ¡ñ▐ñ╗ñ≤íú╠╛┴░╣α╠▄ñ¼ñóñΩñ▐ñ╗ñ≤íú\nñ│ñ╬ñ▐ñ▐ñ│ñ╬Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ≥╗╚═╤ñ╖ñ▐ñ╣ñ½?\n
*strings.22368:┴¬┬≥ñ╖ñ┐Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣╠╛:\n%.900s\n═╫╡ßñ╖ñ┐Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣╠╛:\n%.900s\nñ│ñ╬ñ▐ñ▐ñ│ñ╬Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ≥╗╚═╤ñ╖ñ▐ñ╣ñ½?
*strings.22369:╕╜║▀╞╔ñ▀╣■ñ▀├µñ╬Ñ┌í╝Ñ╕ñ¼│░╔⌠Ñ¡ÑπÑ├Ñ╖Ñσñ≥═╫╡ßñ╖ñ▐ñ╖ñ┐íú\n╞╔ñ▀╣■ñ▀└∞═╤ñ╬│░╔⌠Ñ¡ÑπÑ├Ñ╖Ñσñ≥╗╚═╤ñ╣ñδñ╚Ñ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ½ñΘ\nÑ╒ÑíÑñÑδñ≥╝ΦñΩ╜╨ñ╣╗■┤╓ñ¼├╗╜╠ñ╡ñ∞ñ▐ñ╣íú\n\n═╫╡ßñ╡ñ∞ñ┐│░╔⌠Ñ¡ÑπÑ├Ñ╖Ñσñ¼ñ╩ñññ╚ñ¡ñ╧íóÑ╒ÑíÑñÑδ┴¬┬≥Ñ▄Ñ├Ñ»Ñ╣\nñ½ñΘ"╝Φ╛├"ñ≥┴¬┬≥ñ╖ñ╞ñ»ñ└ñ╡ññ
*strings.22370:Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ╬Ñ┐ÑñÑ╫ñ¼└╡ñ╖ñ»ñóñΩñ▐ñ╗ñ≤:\n\n %s\n\nMIME Ñ┐ÑñÑ╫ application/x-ns-proxy-autoconfig ñ¼╔¼═╫ñ╟ñ╣íú\n\nÑ╫ÑφÑ»Ñ╖ñ╧╗╚ñ∩ñ∞ñ▐ñ╗ñ≤íú
*strings.22371:Ñ╗Ñ░ÑßÑ≤Ñ╚ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...┤░╬╗
*strings.22372:<TITLE>%.1024s ñ╬Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ░∞═≈</TITLE>\n
*strings.22373:<H1>Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ %.1024s ñ╬░∞═≈</H1>\n<PRE>
*strings.22374:">ñ╥ñ╚ñ─╛σñ╬Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦░▄╞░</A><BR>
*strings.22375:FTP Ñ╡í╝Ñ╨ñ╦ÑφÑ░ÑñÑ≤ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.22376:Ñ¿ÑΘí╝: └▄┬│ñ≥╚≤╔⌡║┐╖┐ñ╦ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.22377:Ñ╒ÑíÑñÑδ %.256s ñ≥┼Ω╣╞ñ╖ñ╞ñññ▐ñ╣...
*strings.22378:<TITLE>Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ %.512s</TITLE>\n <H2>ѽÑ∞Ñ≤Ñ╚ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╧ %.512s ñ╟ñ╣íú</H2>\n <PRE>
*strings.22379:%d ╕─ñ╬ URL ñ¼Ñ¬í╝Ñ╫Ñ≤ Ñ╜Ñ▒Ñ├Ñ╚┬╘ñ┴ñ╟ñ╣ (╛σ╕┬ %d)\n
*strings.22380:%d ╕─ñ╬ URL ñ¼ñΦñΩ╛»ñ╩ññÑóÑ»Ñ╞ÑúÑ╓ URL ┬╘ñ┴ñ╟ñ╣íú\n
*strings.22381:%d ╕─ñ╬└▄┬│ñ¼│½ñññ╞ñññ▐ñ╣íú\n
*strings.22382:%d ╕─ñ╬ÑóÑ»Ñ╞ÑúÑ╓ URL\n
*strings.22383:\n\nñ½ñ∩ñΩñ╦Ñ¡ÑπÑ├Ñ╖Ñσñ╖ñ╞ñ¬ñññ┐Ñ│Ñ╘í╝ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
*strings.22384:Ñ╡í╝Ñ╨ñ¼Ñ╟í╝Ñ┐ñ≥╩╓ñ╖ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú
*strings.22385:>\n<HR><H3>┼╛┴≈ñ¼│ΣñΩ╣■ñ▐ñ∞ñ▐ñ╖ñ┐!</H3>\n
*strings.22386:\n\n┼╛┴≈ñ¼│ΣñΩ╣■ñ▐ñ∞ñ▐ñ╖ñ┐!\n
*strings.22387:Ñßí╝Ñδ: Ñ╒Ñ⌐ÑδÑ└ %s ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...
*strings.22388:Ñßí╝Ñδ: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...
*strings.22389:Ñßí╝Ñδ: ñ┤ñ▀╚óñ≥╢⌡ñ╦ñ╖ñ╞ñññ▐ñ╣...
*strings.22390:Ñßí╝Ñδ: Ñ╒Ñ⌐ÑδÑ└ %s ñ≥░╡╜╠ñ╖ñ╞ñññ▐ñ╣...
*strings.22391:Ñßí╝Ñδ: ┴≈┐«Ñ╚Ñ∞Ñññ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22392:Ñßí╝Ñδ: ÑßÑ├Ñ╗í╝Ñ╕ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...┤░╬╗
*strings.22393:Ñßí╝Ñδ: Ñ╒Ñ⌐ÑδÑ└ñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...┤░╬╗
*strings.22394:Ñßí╝Ñδ: ñ┤ñ▀╚óñ≥╢⌡ñ╦ñ╖ñ╞ñññ▐ñ╣...┤░╬╗
*strings.22395:Ñßí╝Ñδ: Ñ╒Ñ⌐ÑδÑ└ñ≥░╡╜╠ñ╖ñ╞ñññ▐ñ╣...┤░╬╗
*strings.22396:Ñßí╝Ñδ: ┴≈┐«Ñ╚Ñ∞Ñññ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...┤░╬╗
*strings.22398:└▄┬│: Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ╦└▄┬│ñ╖ñ▐ñ╖ñ┐íú▒■┼·ñ≥┬╘ñ├ñ╞ñññ▐ñ╣...
*strings.22399:Ñ╦Ñσí╝Ñ╣ Ñ╡í╝Ñ╨ñ╦ÑóÑ»Ñ╗Ñ╣ñ╣ñδñ┐ñßñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.22400:Ñ╦Ñσí╝Ñ╣: ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ▐ñ╖ñ┐íú ▒■┼·ñ≥┬╘ñ├ñ╞ñññ▐ñ╣...
*strings.22401:▒■┼·ñ╩ñ╖
*strings.22402:POP3 Ñ╡í╝Ñ╨ (%s) ñ╧ UIDL ñ≥Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ▐ñ╗ñ≤íú\nÑ═Ñ├Ñ╚Ñ╣Ñ▒í╝Ñ╫ Ñßí╝Ñδñ╟``Ñ╡í╝Ñ╨ñ╦╗─ñ╣''ñ¬ñΦñ╙\n``║╟┬τÑßÑ├Ñ╗í╝Ñ╕ Ñ╡ÑñÑ║''ѬÑ╫Ñ╖ÑτÑ≤ñ≥╗╚═╤ñ╣ñδñ╦ñ╧\nUIDL ñ¼╔¼┐▄ñ╟ñ╣íú\n\nÑßí╝Ñδñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╣ñδñ╦ñ╧íóñ│ñ∞ñΘñ╬ѬÑ╫Ñ╖ÑτÑ≤ñ≥\n``Ñßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣''ñ╬└▀─Ωñ╬Ñ╡í╝Ñ╨ Ñ╤Ñ═Ñδñ╟╠╡╕·ñ╦ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.22403:╝⌡┐«├µ: ÑßÑ├Ñ╗í╝Ñ╕ %lu / %lu
*strings.22404:POP3 Ñ╡í╝Ñ╨ (%s) ñ╧ TOP Ñ│Ñ▐Ñ≤Ñ╔ñ≥\nÑ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ▐ñ╗ñ≤íú\n\nTOP ñ¼Ñ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ╩ñññ╚íó``║╟┬τÑßÑ├Ñ╗í╝Ñ╕ Ñ╡ÑñÑ║''ñ≥\n└▀─Ωñ╟ñ¡ñ▐ñ╗ñ≤íúñ│ñ╬ѬÑ╫Ñ╖ÑτÑ≤ñ╧╠╡╕·ñ╦ñ╩ñΩñ▐ñ╣íú\nÑßÑ├Ñ╗í╝Ñ╕ñ╧┬τñ¡ñ╡ñ╦┤╪ñΘñ║Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╡ñ∞ñ▐ñ╣íú\n
*strings.22405:POP3 Ñ╡í╝Ñ╨ñ╦ÑφÑ░ÑñÑ≤ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\nÑ╡í╝Ñ╨ñ╧╝íñ╬ñΦñªñ╦▒■┼·ñ╖ñ▐ñ╖ñ┐:\n\n %s\n\nPOP3 ѵí╝Ñ╢ %.100s@%.100s ═╤ñ╬┐╖ñ╖ññÑ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññ:
*strings.22406:└▄┬│: Ñ█Ñ╣Ñ╚ñ╦└▄┬│ñ╖ñ▐ñ╖ñ┐íúÑφÑ░ÑñÑ≤╛≡╩≤ñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22407:ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴╚ñ▀╬⌐ñ╞ñ╞ñññ▐ñ╣...
*strings.22408:ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴╚ñ▀╬⌐ñ╞ñ╞ñññ▐ñ╣...┤░╬╗
*strings.22409:┼║╔╒Ñ╒ÑíÑñÑδñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...
*strings.22410:┼║╔╒Ñ╒ÑíÑñÑδñ≥╞╔ñ▀╣■ñ≤ñ╟ñññ▐ñ╣...
*strings.22411:Ñßí╝Ñδñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22412:Ñßí╝Ñδñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22413:Ñßí╝Ñδñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...┤░╬╗
*strings.22414:Ñ╦Ñσí╝Ñ╣ñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...
*strings.22415:Ñ╦Ñσí╝Ñ╣ñ≥┴≈┐«ñ╖ñ╞ñññ▐ñ╣...┤░╬╗
*strings.22416:ñóñ╚ñ╟┴≈┐«ñ╣ñδñ┐ñßñ╦┴≈┐«Ñ╚Ñ∞Ñññ╦╞■ñ∞ñ╞ñññ▐ñ╣...
*strings.22417:FCC Ñ╒ÑíÑñÑδñ╦╜±ñ¡╣■ñ≤ñ╟ñññ▐ñ╣...
*strings.22418:ñóñ╚ñ╟┴≈┐«ñ╣ñδñ┐ñßñ╦┴≈┐«Ñ╚Ñ∞Ñññ╦╞■ñ∞ñ▐ñ╖ñ┐
*strings.22419:ÑßÑ├Ñ╗í╝Ñ╕ñ╬║ε└«
*strings.22421:%s %ldK Ñ╨ÑñÑ╚╗╚═╤ (%ld%%)
*strings.22422:%s ñ╧ %ld ╖∩ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╞╔ñ▀╣■ñ▀ñ▐ñ╖ñ┐íú (%ld%%)
*strings.22423:Ñ╒Ñ⌐ÑδÑ└ñ≥─╔▓├
*strings.22424:Ñ╒Ñ⌐ÑδÑ└ñ≥─╔▓├(D)...
*strings.22425:┐╖ñ╖ññÑ╒Ñ⌐ÑδÑ└ñ╬╠╛┴░ñ≥╞■╬╧ñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.22426:╠╛┴░ñ≥╔╒ñ▒ñ╞ÑßÑ├Ñ╗í╝Ñ╕ñ≥╩▌┬╕
*strings.22427:╠╛┴░ñ≥╔╒ñ▒ñ╞ÑßÑ├Ñ╗í╝Ñ╕ñ≥╩▌┬╕
*strings.22428:┐╖ñ╖ññÑßí╝Ñδñ╬╝⌡┐«(G)
*strings.22429:┴≈┐«Ñ╚Ñ∞Ññ╞Γñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«(D)
*strings.22430:┐╖ñ╖ññÑ╒Ñ⌐ÑδÑ└ñ╬║ε└«(N)...
*strings.22431:Ñ╒Ñ⌐ÑδÑ└ñ≥░╡╜╠(C)
*strings.22432:ñ╣ñ┘ñ╞ñ╬Ñ╒Ñ⌐ÑδÑ└ñ≥░╡╜╠(A)
*strings.22433:Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ≥│½ñ»(O)...
*strings.22434:ñ┤ñ▀╚óÑ╒Ñ⌐ÑδÑ└ñ≥╢⌡ñ╦ñ╣ñδ(E)
*strings.22435:░⌡║■(P)...
*strings.22436:╕╡ñ╦╠ßñ╣(U)
*strings.22437:╖½ñΩ╩╓ñ╖(R)
*strings.22438:┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥║∩╜ⁿ
*strings.22439:ÑßÑ├Ñ╗í╝Ñ╕ñ≥║∩╜ⁿ(D)
*strings.22440:Ñ╒Ñ⌐ÑδÑ└ñ≥║∩╜ⁿ(O)
*strings.22441:ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╛├ñ╣(N)
*strings.22442:Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ≥║∩╜ⁿ
*strings.22443:╣╪╞╔
*strings.22444:╣╪╞╔ñ≥╗▀ñßñδ
*strings.22445:Ñ╣Ñ∞Ñ├Ñ╔ñ≥┴¬┬≥(H)
*strings.22446:┤·ñ≥╔╒ñ▒ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴¬┬≥(L)
*strings.22447:ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴¬┬≥(A)
*strings.22448:ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╬┴¬┬≥ñ≥▓≥╜ⁿ
*strings.22449:ÑßÑ├Ñ╗í╝Ñ╕ñ╦┤·ñ≥╔╒ñ▒ñδ(L)
*strings.22450:ÑßÑ├Ñ╗í╝Ñ╕ñ╬┤·ñ≥ñ╚ñδ(E)
*strings.22451:ñΓñª░∞┼┘(A)
*strings.22452:Ñ╣Ñ∞Ñ├Ñ╔ñ┤ñ╚(T)
*strings.22453:╞ⁿ╔╒╜τ(D)
*strings.22454:║╣╜╨┐═╜τ(E)
*strings.22455:╖∩╠╛╜τ(U)
*strings.22456:ÑßÑ├Ñ╗í╝Ñ╕╚╓╣µ╜τ(M)
*strings.22457:Ñ╣Ñ»ÑΘÑ≤Ñ╓Ñδ▓≥╜ⁿ(U) (Rot13)
*strings.22458:┐╖ñ╖ññÑßÑ├Ñ╗í╝Ñ╕ñ½ñΘ╝ΦñΩ╜╨ñ╣
*strings.22459:╕┼ññÑßÑ├Ñ╗í╝Ñ╕ñ½ñΘ╝ΦñΩ╜╨ñ╣
*strings.22460:ñ╡ñΘñ╦ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╜╨ñ╣
*strings.22461:ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╝ΦñΩ╜╨ñ╣
*strings.22462:ÑóÑ╔Ñ∞Ñ╣─ó(A)
*strings.22463:ÑóÑ╔Ñ∞Ñ╣─óñ╬╣α╠▄ñ≥╔╜╝¿
*strings.22464:ÑóÑ╔Ñ∞Ñ╣─óñ╦─╔▓├(T)
*strings.22465:┐╖ñ╖ññÑ╦Ñσí╝Ñ╣╡¡╗÷ñ╬║ε└«(N)
*strings.22466:Ñ╒Ñ⌐Ñφí╝╡¡╗÷ñ╬║ε└«(O)
*strings.22467:Ñ╒Ñ⌐Ñφí╝╡¡╗÷ñ╚╩╓┐«ñ╬║ε└«(S)
*strings.22468:┐╖ñ╖ññÑßí╝Ñδñ╬║ε└«(M)
*strings.22469:╩╓┐«(R)
*strings.22470:┴┤░≈ñ╪╩╓┐«(A)
*strings.22471:┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥┼╛┴≈
*strings.22472:┼╛┴≈(F)
*strings.22473:┴¬┬≥ñ╖ñ┐╣α╠▄ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦ñ╣ñδ
*strings.22474:╞╔ñ≤ñ└ñ│ñ╚ñ╦ñ╣ñδ(D)
*strings.22475:┴¬┬≥ñ╖ñ┐╣α╠▄ñ≥╞╔ñ≤ñ╟ñññ╩ñññ│ñ╚ñ╦ñ╣ñδ
*strings.22476:╞╔ñ≤ñ╟ñññ╩ñññ│ñ╚ñ╦ñ╣ñδ(U)
*strings.22477:ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╬┤·ñ≥ñ╚ñδ
*strings.22478:┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥Ñ│Ñ╘í╝
*strings.22479:Ñ│Ñ╘í╝(C)
*strings.22480:┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥░▄╞░
*strings.22481:░▄╞░(V)
*strings.22482:╠╛┴░ñ≥╔╒ñ▒ñ╞┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥╩▌┬╕...
*strings.22483:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕(A)...
*strings.22484:┴¬┬≥ñ╖ñ┐ÑßÑ├Ñ╗í╝Ñ╕ñ≥░▄╞░...
*strings.22485:ÑßÑ├Ñ╗í╝Ñ╕ñ≥░▄╞░...
*strings.22486:║╟╜Θñ╬ÑßÑ├Ñ╗í╝Ñ╕
*strings.22487:╝íñ╬ÑßÑ├Ñ╗í╝Ñ╕(N)
*strings.22488:┴░ñ╬ÑßÑ├Ñ╗í╝Ñ╕(P)
*strings.22489:║╟╕σñ╬ÑßÑ├Ñ╗í╝Ñ╕
*strings.22490:║╟╜Θñ╬╠ñ╞╔(U)
*strings.22491:╝íñ╬╠ñ╞╔(E)
*strings.22492:┴░ñ╬╠ñ╞╔(R)
*strings.22493:║╟╕σñ╬╠ñ╞╔
*strings.22494:║╟╜Θñ╬┤·╔╒ñ¡(M)
*strings.22495:╝íñ╬┤·╔╒ñ¡(X)
*strings.22496:┴░ñ╬┤·╔╒ñ¡(V)
*strings.22497:║╟╕σñ╬┤·╔╒ñ¡
*strings.22498:┴¬┬≥ñ╖ñ┐Ñ╣Ñ∞Ñ├Ñ╔ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦ñ╣ñδ
*strings.22499:Ñ╣Ñ∞Ñ├Ñ╔ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦ñ╣ñδ(A)
*strings.22500:Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╞╔ñ≤ñ└ñ│ñ╚ñ╦ñ╣ñδ
*strings.22501:╣╪╞╔├µñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿(B)
*strings.22502:ÑóÑ»Ñ╞ÑúÑ╓ñ╩Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿(C)
*strings.22503:ñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿(A)
*strings.22504:┐╖ñ╖ññÑ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥╔╜╝¿(P)
*strings.22505:ñ╣ñ┘ñ╞ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╔╜╝¿(A)
*strings.22506:╠ñ╞╔ÑßÑ├Ñ╗í╝Ñ╕ñ└ñ▒ñ≥╔╜╝¿(U)
*strings.22507:ñ╣ñ┘ñ╞
*strings.22508:╕╡ñ╬Ñ╞Ñ¡Ñ╣Ñ╚ñ≥░·═╤(I)
*strings.22509:║╣╜╨┐═
*strings.22510:╩╓┐«└Φ(R)
*strings.22511:░╕└Φ(M)
*strings.22512:ѽí╝Ñ▄Ñ≤ Ñ│Ñ╘í╝(Cc)
*strings.22513:Ñ╓ÑΘÑñÑ≤Ñ╔ ѽí╝Ñ▄Ñ≤ Ñ│Ñ╘í╝(Bcc)
*strings.22514:Ñ╒ÑíÑñÑδ ѽí╝Ñ▄Ñ≤ Ñ│Ñ╘í╝(Fcc)
*strings.22515:Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫(P)
*strings.22516:Ñ╒Ñ⌐Ñφí╝└Φ(F)
*strings.22517:╖∩╠╛(S)
*strings.22518:┼║╔╒(H)
*strings.22519:╜±╝░╔╒ñ¡Ñ╞Ñ¡Ñ╣Ñ╚ñ≥┴≈┐«
*strings.22520:ñóñ╚ñ╟┴≈┐«ñ╣ñδñ┐ñßñ╦┴≈┐«Ñ╚Ñ∞Ñññ╦╞■ñ∞ñδ
*strings.22521:Ñ╞Ñ¡Ñ╣Ñ╚╖┴╝░ñ╟┼║╔╒
*strings.22522:ÑßÑ├Ñ╗í╝Ñ╕ñ╦┤·ñ≥╔╒ñ▒ñδ(L)
*strings.22523:ÑßÑ├Ñ╗í╝Ñ╕ñ╬┤·ñ≥ñ╚ñδ(E)
*strings.22524:╛║╜τ(S)
*strings.22525:<P><CENTER>\n<TABLE BORDER CELLSPACING=5 CELLPADDING=10 WIDTH="80%%">\n<TR><TD ALIGN=CENTER><FONT SIZE="+1">╛╩╬¼ñ╡ñ∞ñ╞ñññ▐ñ╣!</FONT><HR>\n
*strings.22526:<B>ñ│ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ╧└▀─Ωñ╖ñ┐║╟┬τÑßÑ├Ñ╗í╝Ñ╕ Ñ╡ÑñÑ║ñ≥─╢ñ¿ñ╞ñññ▐ñ╣íú\nÑßí╝Ñδñ╬└Φ╞¼ñ╬┐⌠Ñ¡ÑφÑ╨ÑñÑ╚ñ└ñ▒ñ≥Ñßí╝ÑδÑ╡í╝Ñ╨ñ½ñΘÑ└ѪÑ≤Ñφí╝Ñ╔ñ╖ñ▐ñ╖ñ┐íú<P><A HREF="
*strings.22527:">ñ│ñ│</A>ñ≥Ñ»ÑΩÑ├Ñ»ñ╣ñδñ╚ÑßÑ├Ñ╗í╝Ñ╕ñ╬┬│ñ¡ñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╖ñ▐ñ╣íú</B></TD></TR></TABLE></CENTER>\n
*strings.22528:(Ñ╪Ñ├Ñ└í╝ñ╩ñ╖)
*strings.22529:(╗╪─Ωñ╩ñ╖)
*strings.22530:Macintosh Ñ╒ÑíÑñÑδ
*strings.22531:Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ %s ñ¼ñóñΩñ▐ñ╗ñ≤íúñ│ñ╬ñ▐ñ▐ñ╟ñ╧Ñßí╝Ñδñ≥\n═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\nñññ▐║εñΩñ▐ñ╣ñ½?
*strings.22532:Ñ╟Ñ│í╝Ñ╔ñ╖ñ┐Ñ╒ÑíÑñÑδñ≥╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕:
*strings.22533:Ñ╒ÑíÑñÑδ %s ñ╧╩╠ñ╬Ñ╫ÑφÑ░ÑΘÑαñ╦ñΦñ├ñ╞╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣!\n╛σ╜±ñ¡ñ╖ñ╞ñΓñΦñññ╟ñ╣ñ½?
*strings.22534:Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ≥│½ñ»
*strings.22535:news.announce.newusers
*strings.22536:news.newusers.questions
*strings.22537:news.answers
*strings.22538:Ñßí╝Ñδ: Ñ╒Ñ⌐ÑδÑ└ %s ñ≥░╡╜╠ñ╖ñ╞ñññ▐ñ╣...
*strings.22539:Ñßí╝Ñδ: Ñ╒Ñ⌐ÑδÑ└ %s ñ≥░╡╜╠ñ╖ñ╞ñññ▐ñ╣...┤░╬╗
*strings.22540:%s ñ≥│½ñ▒ñ▐ñ╗ñ≤
*strings.22541:╠╛┴░ñ≥╔╒ñ▒ñ╞ BinHex Ñ╒ÑíÑñÑδñ╬┼║╔╒ñ≥╩▌┬╕:
*strings.22542:%lu Ñ╨ÑñÑ╚%s
*strings.22543:
*strings.22544:
*strings.22545:%s / %s (%s, %s)
*strings.22546:%s / %s (%s)
*strings.22547:%s / %s
*strings.22548:%s ╞╔ñ▀╣■ñ▀║╤ñ▀ (%s)
*strings.22549:%s ╞╔ñ▀╣■ñ▀║╤ñ▀
*strings.22550:Ñßí╝Ñδ: ÑßÑ├Ñ╗í╝Ñ╕ñ≥┴≈┐«ñ╖ñ▐ñ╖ñ┐íú▒■┼·ñ≥┬╘ñ├ñ╞ñññ▐ñ╣...
*strings.22551:<TITLE>Netscape ñ╬┬τ░Φ═·╬≥Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╦┤╪ñ╣ñδ╛≡╩≤</TITLE>\n<h2>┬τ░Φ═·╬≥├µñ╬╣α╠▄</h2>\n<HR>
*strings.22552:%d%%
*strings.22553:%s ▓Φ┴ⁿ %dx%d Ñ╘Ñ»Ñ╗Ñδ
*strings.22554:Ñ¡ÑπÑ├Ñ╖Ñσñ½ñΘ└╡ñ╖ññ URLíó┬τñ¡ñ╡íó╟╪╖╩íóñ╜ñ╬┬╛ñ╬\n▓Φ┴ⁿñ≥╕½ñ─ñ▒ñΘñ∞ñ▐ñ╗ñ≤íú:\n%s\n
*strings.22555:%d-bit ╡╝╗≈ѽÑΘí╝
*strings.22556:1-bit ÑΓÑ╬Ñ»Ñφ
*strings.22557:%d-bit Ñ░Ñ∞í╝Ñ╣Ñ▒í╝Ñδ
*strings.22558:%d-bit RGB True Color
*strings.22559:┼╕│½╕σñ╬ Ñ╡ÑñÑ║ (Ñ╨ÑñÑ╚):
*strings.22560:%u x %u
*strings.22561: (╕╡ñ╬┬τñ¡ñ╡ %u x %u)
*strings.22562:▓Φ┴ⁿ ╝í╕╡:
*strings.22563:ѽÑΘí╝:
*strings.22564:%d ┐º
*strings.22565:(ñ╩ñ╖)
*strings.22566:ѽÑΘí╝Ñ▐Ñ├Ñ╫:
*strings.22567:ñóñΩíú╞⌐ñ¡─╠ñ├ñ╞╟╪╖╩ñ¼╕½ñ¿ñ▐ñ╣
*strings.22568:ñóñΩíú╟╪╖╩┐º <tt>#%02x%02x%02x</tt>
*strings.22569:ñ╩ñ╖
*strings.22570:╞⌐▓ß└¡:
*strings.22571:Ñ│ÑßÑ≤Ñ╚:
*strings.22572:╔╘╠└
*strings.22573:▓Φ┴ⁿÑ¡ÑπÑ├Ñ╖Ñσñ≥░╡╜╠ñ╖ñ╞ñññ▐ñ╣:\n%s ñ≥║∩╜ⁿñ╖ñ╞ñññ▐ñ╣íú\n
*strings.22574:Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥─╔▓├(D)...
*strings.22575:╝íñ≥╕í║≈(G)
*strings.22576:┴≈┐«
*strings.22577:ñóñ╚ñ╟┴≈┐«
*strings.22578:┼║╔╒(F)...
*strings.22579:┼║╔╒ñ≥ÑñÑ≤ÑΘÑñÑ≤ñ╟╔╜╝¿(A)
*strings.22580:┼║╔╒ñ≥ÑΩÑ≤Ñ»ñ╟╔╜╝¿(L)
*strings.22581:░·═╤ñ╖ñ╞┼╛┴≈(Q)
*strings.22582:Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ %s ñ╚ñ╜ñ╬ñ╣ñ┘ñ╞ñ╬Ñ╦Ñσí╝Ñ╣Ñ░Ñδí╝Ñ╫ñ≥\n║∩╜ⁿñ╖ñ╞ñΓñΦñññ╟ñ╣ñ½?
*strings.22583:ñ╣ñ┘ñ╞ñ╬╣α╠▄(A)
*strings.22584:`┴≈┐«Ñ╚Ñ∞Ññ' Ñ╒Ñ⌐ÑδÑ└ñ╬├µñ╦┴≈┐«═╤ñ╟ñ╩ññÑßÑ├Ñ╗í╝Ñ╕ñ¼\n1 ╖∩╞■ñ├ñ╞ñññ▐ñ╣!
*strings.22585:`┴≈┐«Ñ╚Ñ∞Ññ' Ñ╒Ñ⌐ÑδÑ└ñ╬├µñ╦┴≈┐«═╤ñ╟ñ╩ññÑßÑ├Ñ╗í╝Ñ╕ñ¼\n%d ╖∩╞■ñ├ñ╞ñññ▐ñ╣!
*strings.22586:\n\nNetscape ░╩│░ñ╬Ñ╫ÑφÑ░ÑΘÑαñ¼ñ│ñ╬Ñ╒Ñ⌐ÑδÑ└ñ╦ÑßÑ├Ñ╗í╝Ñ╕ñ≥\n─╔▓├ñ╖ñ╞ñ╖ñ▐ñ├ñ┐ñΦñªñ╟ñ╣íú\n
*strings.22587:`┴≈┐«Ñ╚Ñ∞Ññ' Ñ╒Ñ⌐ÑδÑ└ñ╧╞├╩╠ñ╩Ñ╒Ñ⌐ÑδÑ└ñ╟ñ╣íúñóñ╚ñ╟┴≈┐«ñ╣ñδÑßÑ├Ñ╗í╝Ñ╕\nñ└ñ▒ñ≥╞■ñ∞ñ╞ñ¬ñ»ñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú
*strings.22588:\nñ╖ñ┐ñ¼ñ├ñ╞íó`┴≈┐«'Ñ╒Ñ⌐ÑδÑ└ñ╚ñ╖ñ╞╗╚ñªñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\nÑßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣ñ╬└▀─Ωñ╟íó┴≈┐«ñ╣ñδÑßÑ├Ñ╗í╝Ñ╕ñ╬░╕└Φñ¼└╡ñ╖ñññ½\nñ╔ñªñ½│╬╟ºñ╖ñ╞ñ»ñ└ñ╡ññíú
*strings.22589:ñ▐ñ╚ñßñ╞Ñßí╝Ñδñ≥┴≈┐«ñ╣ñδñ╚ñ¡ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n\n%s\n╗─ñ├ñ╞ñññδÑßÑ├Ñ╗í╝Ñ╕ñ╬┴≈┐«ñ≥┬│ñ▒ñ▐ñ╣ñ½?
*strings.22590:ѵí╝Ñ╢ %.100s@%.100s ñ╬Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:
*strings.22591:%s%s ñ╬ñ╖ñ¬ñΩ%s
*strings.22592:%sÑ╤í╝Ñ╜Ñ╩Ñδ ñ╖ñ¬ñΩ%s
*strings.22593:%s%s ñ╬ÑóÑ╔Ñ∞Ñ╣─ó%s
*strings.22594:%sÑ╤í╝Ñ╜Ñ╩Ñδ ÑóÑ╔Ñ∞Ñ╣─ó%s
*strings.22595:sock: %d con_sock: %d protocol: %d\n
*strings.22596:Ñ¡ÑπÑ├Ñ╖Ñσñ╬├µñ╦URLñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤:
*strings.22597:Ñ¡ÑπÑ├Ñ╖Ñσñ╦░∞╔⌠ñ└ñ▒ñóñΩñ▐ñ╣íú╗─ñΩñ╧Ñ╡í╝Ñ╨ñ½ñΘ╝ΦñΩ╜╨ñ╖ñ╞ñññ▐ñ╣:\n
*strings.22598:╢»└⌐║╞╞╔ñ▀╣■ñ▀ñ¼└▀─Ωñ╡ñ∞ñ┐ñ╬ñ╟íó\nÑ╡í╝Ñ╨ñ╟Ñ¡ÑπÑ├Ñ╖Ñσ╣α╠▄ñ≥│╬╟ºñ╖ñ╞ñññ▐ñ╣:\n
*strings.22599:ѬÑ╓Ñ╕ѺѻÑ╚ñ╬┤ⁿ╕┬ñ¼└┌ñ∞ñ╞ñññ▐ñ╣íúñΓñª░∞┼┘╞╔ñ▀╣■ñ▀ñ▐ñ╣:\n
*strings.22600:Ñ╡í╝Ñ╨ñ╟Ñ¡ÑπÑ├Ñ╖Ñσ╣α╠▄ñ≥│╬╟ºñ╖ñ╞ñññ▐ñ╣:\n
*strings.22601:║╟╜¬╣╣┐╖╞ⁿ╗■ñ¼╔╘╠└ñ╩ñ╬ñ╟íó\nÑ╡í╝Ñ╨ñ╟Ñ¡ÑπÑ├Ñ╖Ñσ╣α╠▄ñ≥│╬╟ºñ╖ñ╞ñññ▐ñ╣:\n
*strings.22602:Ñ═Ñ├Ñ╚Ñ╡ÑñÑ├Ñ╚:
*strings.22603:╛∞╜Ω:
*strings.22604:Ñ╒ÑíÑñÑδMIMEÑ┐ÑñÑ╫:
*strings.22605:╔╘╠└
*strings.22606:Ñ╜í╝Ñ╣:
*strings.22607:╕╜║▀íóÑ╟ÑúÑ╣ѻѡÑπÑ├Ñ╖Ñσñ╦╞■ñ├ñ╞ñññ▐ñ╣
*strings.22608:╕╜║▀íóÑßÑΓÑΩÑ¡ÑπÑ├Ñ╖Ñσñ╦╞■ñ├ñ╞ñññ▐ñ╣
*strings.22609:Ñ¡ÑπÑ├Ñ╖Ñσñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤
*strings.22610:<H1>╕╜║▀íóѪÑúÑ≤Ñ╔Ѫñ╧ÑóÑ»Ñ╞ÑúÑ╓ñ╦ñ╩ñ├ñ╞ñññ▐ñ╗ñ≤</H1>
*strings.22611:Ñφí╝ѽÑδ Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╒ÑíÑñÑδ:
*strings.22612:ñ╩ñ╖
*strings.22613:%y/%b/%d (%A) %H:%M:%S ├╧╩²╔╕╜α╗■
*strings.22614:║╟╜¬╣╣┐╖╞ⁿ╗■:
*strings.22615:%y/%b/%d (%A) %H:%M:%S └ñ│ª╔╕╜α╗■(GMT)
*strings.22616:╞Γ═╞Ñ╡ÑñÑ║:
*strings.22617:╞ⁿ╔╒ñ╩ñ╖
*strings.22618:═¡╕·┤ⁿ╕┬:
*strings.22619:Mac Type:
*strings.22620:Mac Creator:
*strings.22621:╩╕╗·Ñ╗Ñ├Ñ╚:
*strings.22622:Ñ╣Ñ╞í╝Ñ┐Ñ╣╔╘╠└
*strings.22623:Ñ╗Ñ¡ÑσÑΩÑ╞Ñú:
*strings.22624:╛┌╠└╜±:
*strings.22625:╠╡┬Ω
*strings.22626:</b></FONT>ñ╬╣╜┬ñ:<p><ul><li>
*strings.22627:╩╕╜±╛≡╩≤
*strings.22628:about:editfilenew
*strings.22629:file:///Untitled
*strings.22630:┤╩╬¼
*strings.22631:╔╕╜α
*strings.22632:Ñ╒Ñ⌐ÑδÑ└ '%s' ñ╦ñ╧ÑßÑ├Ñ╗í╝Ñ╕ñ¼╗─ñ├ñ╞ñññ▐ñ╣íú\nñ│ñ╬Ñ╒Ñ⌐ÑδÑ└ñ≥║∩╜ⁿñ╖ñ╞ñΓñΦñφñ╖ñññ╟ñ╣ñ½?
*strings.22633:Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ≥Ñφí╝Ñ╔ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\n\n╝½╞░└▀─Ω URL ñ¼╕╟─Ωñ╡ñ∞ñ╞ñññδñ╬ñ╟íóÑ╫ÑφÑ»Ñ╖ñ≥═°═╤ñ╖ñ╩ñññΦñªñ╦\nÑ╒ѺÑñÑδѬí╝Ñ╨í╝ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.22634:Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─ΩÑ╒ÑíÑñÑδñ¼╝⌡┐«ñ╡ñ∞ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\n\n╝½╞░└▀─Ω URL ñ¼╕╟─Ωñ╡ñ∞ñ╞ñññδñ╬ñ╟íóÑ╫ÑφÑ»Ñ╖ñ≥═°═╤ñ╖ñ╩ñññΦñªñ╦\nÑ╒ѺÑñÑδѬí╝Ñ╨í╝ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\nÑ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.22635:Ñ╫ÑφÑ»Ñ╖╝½╞░└▀─Ω╛≡╩≤ñ╬╝⌡┐«ñ╦╠Σ┬Ωñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú\n\n╝½╞░└▀─Ω URL ñ¼╢╔╜Ω┼¬ñ╦╕╟─Ωñ╡ñ∞ñ╞ñññδñ╬ñ╟íóÑ╫ÑφÑ»Ñ╖ñ≥\n═°═╤ñ╖ñ╩ñññΦñªñ╦Ñ╒ѺÑñÑδѬí╝Ñ╨í╝ñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤íú\n\nÑ╖Ñ╣Ñ╞Ñα┤╔═²╝╘ñ╦ñ¬┐╥ñ═ñ»ñ└ñ╡ññíú
*strings.22636:ÑóÑ╔Ñ∞Ñ╣─óÑ╒ÑíÑñÑδñ╬ÑñÑ≤Ñ▌í╝Ñ╚
*strings.22637:ÑóÑ╔Ñ∞Ñ╣─óÑ╒ÑíÑñÑδñ≥╩▌┬╕
*strings.22638:ñ╖ñ¬ñΩ
*strings.22639:╣α╠▄
*strings.22640:%ld ╔├
*strings.22641:%ld ʬ
*strings.22642:%ld ╗■┤╓ %ld ╩¼
*strings.22643:ÑßÑñÑ≤ ñ╖ñ¬ñΩ
*strings.22644:ÑóÑ╔Ñ∞Ñ╣─ó
*strings.22645:─╣ññ╣╘ñ≥└▐ñΩ╩╓ñ╣
*strings.22646:╝½╞░╩▌┬╕├µ %s
*strings.22647:HTML╩╕╜±░╩│░ñ≥╩╘╜╕ñ╣ñδñ│ñ╚ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤!
*strings.8000:░∞═≈ñ╬║╟╕σ
*strings.8001:░∞═≈ñ╣ñ┘ñ╞
*strings.8003:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕... (Ñ┐ÑñÑ╫ %.90s ╩╕╗·Ñ│í╝Ñ╔ Ñ╗Ñ├Ñ╚ %.90s)
*strings.8004:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕... (Ñ┐ÑñÑ╫ %.90s)
*strings.8005:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕... (╩╕╗·Ñ│í╝Ñ╔ Ñ╗Ñ├Ñ╚ %.90s)
*strings.8006:╠╛┴░ñ≥╔╒ñ▒ñ╞╩▌┬╕(A)...
*strings.8007:Ñ¿ÑΘí╝ │½ñ» %.900s:
*strings.8008:Ñ¿ÑΘí╝ ║∩╜ⁿ %.900s:
*strings.8009:└▄┬│ñ╖ñ╞íóѵí╝Ñ╢í╝ `%.900s' ñ╚ñ╖ñ╞ÑφÑ░ÑñÑ≤ñ╖ñ╞ñññ▐ñ╣íú
*strings.8010:ÑßÑΓÑΩ╔╘┬¡ñ╟ñ╣ -- URLñ≥│½ñ▒ñ▐ñ╗ñ≤
*strings.8011:%sñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤
*strings.8012:%s\nÑΩÑ╜í╝Ñ╣ñ¼└╡ñ╖ñ»ñóñΩñ▐ñ╗ñ≤!\nñ½ñ∩ñΩñ╦Ñ╒Ñ⌐Ñ≤Ñ╚ "%s" ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
*strings.8013:%s\nÑΩÑ╜í╝Ñ╣ñ¼└╡ñ╖ñ»ñóñΩñ▐ñ╗ñ≤!\nñ½ñ∩ñΩñ╬Ñ╒Ñ⌐Ñ≤Ñ╚ "%s" ñ¼╞╔ñ▀╣■ñßñ▐ñ╗ñ≤!\n├µ╗▀ñ╖ñ▐ñ╣íú
*strings.8014:Ñ╟ÑúÑ╣Ñ»╛σñ╬ñ╖ñ¬ñΩ Ñ╒ÑíÑñÑδñ╧╣╣┐╖ñ╡ñ∞ñ╞ñññ▐ñ╣:╩╤╣╣ñ≥╟╦┤■ñ╖ñ▐ñ╣ñ½?
*strings.8015:Ñ╟ÑúÑ╣Ñ»╛σñ╬ñ╖ñ¬ñΩ Ñ╒ÑíÑñÑδñ╧╣╣┐╖ñ╡ñ∞ñ╞ñññ▐ñ╣:╞╔ñ▀╣■ñ▀─╛ñ╖ñ▐ñ╣ñ½?
*strings.8016:┐╖ñ╖ññ╣α╠▄
*strings.8017:┐╖ñ╖ññÑ╪Ñ├Ñ└í╝
*strings.8018:ѽÑ╞Ñ┤ÑΩ "%.900s" ñ╚ñ╜ñ╬├µñ╬ %d ╣α╠▄ñ≥║∩╜ⁿñ╖ñ╞╣╜ñññ▐ñ╗ñ≤ñ½?
*strings.8019:ѽÑ╞Ñ┤ÑΩ "%.900s" ñ╚ñ╜ñ╬├µñ╬ %d ╣α╠▄ñ≥║∩╜ⁿñ╖ñ╞╣╜ñññ▐ñ╗ñ≤ñ½?
*strings.8020:ñ╖ñ¬ñΩñ≥╩▌┬╕
*strings.8021:ñ╖ñ¬ñΩñ≥│½ñ»
*strings.8022:ñ│ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╧ %s Ñ╗Ñ¡ÑσÑΩÑ╞Ñú(%s)ñ≥Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññ▐ñ╣íú
*strings.8023:Ñ╗Ñ¡ÑσÑΩÑ╞Ñúñ¼╠╡╕·ñ╦ñ╩ñ├ñ╞ñññ▐ñ╣
*strings.8024:file:/usr/local/lib/netscape/docs/Welcome.html
*strings.8025:╩╕╜±: ┤░╬╗íú
*strings.8026:Ñ╒ÑíÑñÑδñ≥│½ñ»
*strings.8027:%.900s ñ╪ñ╬Ñ╤ÑñÑ╫ñ≥│½ñ»ñ╚ñ¡ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
*strings.8028:├φ░╒:\n\n
*strings.8029:%s "%.255s" ñ¼┬╕║▀ñ╖ñ▐ñ╗ñ≤íú\n
*strings.8030:%s "%.255s" ñ╧╠ñ─Ω╡┴ñ╟ñ╣íú\n
*strings.8031:%s ñ╦┬╨ñ╣ñδÑ▌í╝Ñ╚╚╓╣µñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n
*strings.8032:Ñßí╝Ñδ Ñ█Ñ╣Ñ╚
*strings.8033:Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚
*strings.8034:Ñ╦Ñσí╝Ñ╣ RC Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
*strings.8035:░∞╗■Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ
*strings.8036:FTP Ñ╫ÑφÑ»Ñ╖ Ñ█Ñ╣Ñ╚
*strings.8037:Gopher Ñ╫ÑφÑ»Ñ╖ Ñ█Ñ╣Ñ╚
*strings.8038:HTTP Ñ╫ÑφÑ»Ñ╖ Ñ█Ñ╣Ñ╚
*strings.8039:HTTPS Ñ╫ÑφÑ»Ñ╖ Ñ█Ñ╣Ñ╚
*strings.8040:WAIS Ñ╫ÑφÑ»Ñ╖ Ñ█Ñ╣Ñ╚
*strings.8041:SOCKS Ñ█Ñ╣Ñ╚
*strings.8042:┬τ░Φ MIME Ñ┐ÑñÑ╫ Ñ╒ÑíÑñÑδ
*strings.8043:╕─┐═ MIME Ñ┐ÑñÑ╫ Ñ╒ÑíÑñÑδ
*strings.8044:┬τ░Φ mailcap Ñ╒ÑíÑñÑδ
*strings.8045:╕─┐═ mailcap Ñ╒ÑíÑñÑδ
*strings.8046:Ñ╚Ñ├Ñ╫Ñ∞Ñ┘Ñδñ╬ñ╖ñ¬ñΩñ≥║∩╜ⁿñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐
*strings.8047:Ñ╚Ñ├Ñ╫Ñ∞Ñ┘Ñδñ╬ñ╖ñ¬ñΩñ≥└┌ñΩ╝Φñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╗ñ≤ñ╟ñ╖ñ┐
*strings.8048:╝íñ╬ñ╖ñ¬ñΩñ╪ñ╬Ñ¿ÑñÑΩÑóÑ╣ñ╟ñ╣:
*strings.8049:Ñ╒ÑíÑñÑδñ≥│½ñ»...
*strings.8050:Ñ╒Ñ∞í╝Ñαñ╬░⌡║■ñ╧╕╜║▀Ñ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*strings.8051:ѬÑ╫Ñ╖ÑτÑ≤ñ╬╩▌┬╕├µñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
*strings.8052:╠ñ─Ω╡┴ñ╬ %s Ñ¿Ñ╣Ñ▒í╝Ñ╫ Ñ│í╝Ñ╔ %%%c:\n%%h = host, %%p = port, %%u = user
*strings.8053:fork() ñ╟ñ¡ñ▐ñ╗ñ≤:
*strings.8054:%s: execvp(%s) ╝║╟╘
*strings.8055:Ñ╒Ñ∞í╝Ñαñ≥╠╛┴░ñ≥ñ─ñ▒ñ╞╩▌┬╕...
*strings.8057:Ñ╒Ñ∞í╝Ñαñ≥░⌡║■(P)...
*strings.8058:░⌡║■(P)...
*strings.8059:Ñ╒ÑíÑñÑδñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔: %s
*strings.8060:║ε└«: (╖∩╠╛ñ╩ñ╖)
*strings.8061:║ε└«: %s
*strings.8062:Netscape: <╔╜┬Ωñ╩ñ╖>
*strings.8063:Netscape: %s
*strings.8064:(╖∩╠╛ñ╩ñ╖)
*strings.8065:╠ñ─Ω╡┴ñ╬Ñ¿ÑΘí╝ Ñ│í╝Ñ╔ %d
*strings.8066:╔╘└╡ñ╩┼║╔╒Ñ╒ÑíÑñÑδñ╟ñ╣íú\n%s: ñ¼┬╕║▀ñ╖ñ▐ñ╗ñ≤íú\n
*strings.8067:╔╘└╡ñ╩┼║╔╒Ñ╒ÑíÑñÑδñ╟ñ╣íú\n%s: ñ¼╞╔ñßñ▐ñ╗ñ≤íú\n
*strings.8068:╔╘└╡ñ╩┼║╔╒Ñ╒ÑíÑñÑδñ╟ñ╣íú\n%s: ñ╧Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╣íú\n
*strings.8069:movemailñ≥ fork() ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8070:%s ñ╬╝┬╣╘ñ╦╠Σ┬Ωñ¼ñóñΩñ▐ñ╣:
*strings.8071:%s ñ¼░█╛∩╜¬╬╗ñ╖ñ▐ñ╖ñ┐:
*strings.8072:%.900s ñ≥│½ñ▒ñ▐ñ╗ñ≤
*strings.8073:Ñ╦Ñσí╝Ñ╣ Ñ█Ñ╣Ñ╚ñ≥░╩▓╝ñ╬ñññ║ñ∞ñ½ñ╬\nÑ╒Ñ⌐í╝Ñ▐Ñ├Ñ╚ñ╬ñ╟╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:\n\n news://Ñ█Ñ╣Ñ╚,\n news://Ñ█Ñ╣Ñ╚:Ñ▌í╝Ñ╚,\n snews://Ñ█Ñ╣Ñ╚,\n snews://Ñ█Ñ╣Ñ╚:Ñ▌í╝Ñ╚\n\n
*strings.8074:┴╚ñ▀╣■ñ▀ñ╬ movemail ñ≥╝┬╣╘ñ╣ñδñ╦ñ╧íóÑßí╝Ñδ Ñ╣Ñ╫í╝Ñδ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦\nÑφÑ├Ñ» Ñ╒ÑíÑñÑδñ≥║ε└«ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú┬┐ñ»ñ╬Ñ╖Ñ╣Ñ╞Ñαñ╟ñ╧íóÑ╣Ñ╫í╝Ñδ\nÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥ÑΓí╝Ñ╔ 01777 ñ╟║ε└«ñ╣ñ∞ñ╨╠Σ┬ΩñóñΩñ▐ñ╗ñ≤íúñΓñ╖ñ╟ñ¡ñ╩ññ╛∞╣τñ╧íó\n│░╔⌠ñ╬ setgid/setuid movemail Ñ╫ÑφÑ░ÑΘÑαñ≥╗╚═╤ñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú\n╛▄║┘ñ╦ñ─ñññ╞ñ╧ÑΩÑΩí╝Ñ╣Ñ╬í╝Ñ╚ñ≥╕µ═≈▓╝ñ╡ññíú
*strings.8075:%.200s ñ½ñΘÑßí╝Ñδñ≥░▄╞░ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8076:┐╖ñ╖ññÑßí╝Ñδñ≥╝ΦñΩ╜╨ñ╗ñ▐ñ╗ñ≤; ÑφÑ├Ñ» Ñ╒ÑíÑñÑδ %.200s ñ¼┬╕║▀ñ╖ñ▐ñ╣íú
*strings.8077:┐╖ñ╖ññÑßí╝Ñδñ≥╝ΦñΩ╜╨ñ╗ñ▐ñ╗ñ≤; ÑφÑ├Ñ» Ñ╒ÑíÑñÑδ %.200s ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8078:┐╖ñ╖ññÑßí╝Ñδñ≥╝ΦñΩ╜╨ñ╗ñ▐ñ╗ñ≤; Ñ╖Ñ╣Ñ╞Ñα Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
*strings.8079:Ñßí╝Ñδñ≥░▄╞░ñ╟ñ¡ñ▐ñ╗ñ≤; %.200s ñ≥│½ñ▒ñ▐ñ╗ñ≤
*strings.8080:Ñßí╝Ñδñ≥░▄╞░ñ╟ñ¡ñ▐ñ╗ñ≤; %.200s ñ¼╞╔ñßñ▐ñ╗ñ≤
*strings.8081:Ñßí╝Ñδñ≥░▄╞░ñ╟ñ¡ñ▐ñ╗ñ≤; %.200s ñ╦╜±ñ¡╣■ñßñ▐ñ╗ñ≤
*strings.8082:Ñßí╝Ñδñ╬░▄╞░ñ╦╠Σ┬Ωñ¼ñóñΩñ▐ñ╖ñ┐
*strings.8083:Ñßí╝Ñδñ╬░▄╞░ñ╦╠Σ┬Ωñ¼ñóñΩñ▐ñ╖ñ┐: ╜¬╬╗Ñ╣Ñ╞í╝Ñ┐Ñ╣ %d
*strings.8134:%s ñ╬Ñ»ÑΩí╝Ñ≤ÑóÑ├Ñ╫ñ╦╠Σ┬Ωñ¼ñóñΩñ▐ñ╖ñ┐íú
*strings.8085:%s\n╗╚═╤╦í: %s [ ѬÑ╫Ñ╖ÑτÑ≤ ... ]\n ѬÑ╫Ñ╖ÑτÑ≤ñ╦ñ╧╝íñ╬ñΓñ╬ñ¼ñóñΩñ▐ñ╣:\n\n -help ñ│ñ╬ÑßÑ├Ñ╗í╝Ñ╕ñ≥╔╜╝¿ñ╖ñ▐ñ╣íú\n -version Ñ╨í╝Ñ╕ÑτÑ≤╚╓╣µñ╚║ε└«╞ⁿñ≥╔╜╝¿ñ╖ñ▐ñ╣íú\n -display <dpy> ╗╚═╤ñ╣ñδ X Ñ╡í╝Ñ╨í╝ñ≥╗╪─Ωñ╖ñ▐ñ╣íú\n -geometry =WxH+X+Y ѪÑúÑ≤Ñ╔Ѫñ╬░╠├╓ñ╚Ñ╡ÑñÑ║ñ≥╗╪─Ωñ╖ñ▐ñ╣íú\n -visual <id-or-number> ╗╚═╤ñ╣ñδÑ╡í╝Ñ╨í╝ Ñ╙Ñ╕ÑσÑóÑδñ≥╗╪─Ωñ╖ñ▐ñ╣íú\n -install Ñ╫ÑΘÑñÑ┘í╝Ñ╚ ѽÑΘí╝Ñ▐Ñ├Ñ╫ñ≥ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╖ñ▐ñ╣íú\n -no-install ╔╕╜αѽÑΘí╝Ñ▐Ñ├Ñ╫ñ≥╗╚═╤ñ╖ñ▐ñ╣íú\n
*strings.8154: -share -install ╗╚═╤╗■ñ╦íóñ╜ñ∞ñ╛ñ∞ñ╬ѪÑúÑ≤Ñ╔Ѫñ¼\n ┐╖ñ╖ññѽÑΘí╝Ñ▐Ñ├Ñ╫ñ≥║ε└«ñ╗ñ║ñ╦╞▒ñ╕ñΓñ╬ñ≥\n ╢ª═¡ñ╖ñ▐ñ╣íú\n -no-share ѽÑΘí╝Ñ▐Ñ├Ñ╫ñ≥╢ª═¡ñ╖ñ▐ñ╗ñ≤íú\n
*strings.8086: -ncols <N> -install ñ≥╗╚═╤ñ╖ñ╩ñññ╚ñ¡íó▓Φ┴ⁿñ╦│ΣñΩ┼÷ñ╞ñδ\n ║╟┬τñ╬┐º┐⌠ñ≥╗╪─Ωñ╖ñ▐ñ╣íú\n -mono 1Ñ╙Ñ├Ñ╚ñ╬┐╝ñ╡ñ╬▓Φ┴ⁿ╔╜╝¿ñ╦ñ╖ñ▐ñ╣íú\n -iconic ║╟╛«▓╜ñ╖ñ╞╡»╞░ñ╖ñ▐ñ╣íú\n -xrm <resource-spec> X ÑΩÑ╜í╝Ñ╣ñ≥╗╪─Ωñ╖ñ▐ñ╣íú\n\n -remote <remote-command> ╝┬╣╘├µñ╬ Netscape ñ╬Ñ╫ÑφÑ╗Ñ╣ñ╟╝┬╣╘ñ╣ñδ\n Ñ│Ñ▐Ñ≤Ñ╔ñ≥╗╪─Ωñ╖ñ▐ñ╣íú╗╪─Ωñ╟ñ¡ñδÑ│Ñ▐Ñ≤Ñ╔\n ñ╦ñ─ñññ╞ñ╧Ñ▐Ñ╦ÑσÑóÑδñ≥╕µ═≈▓╝ñ╡ññíú\n -id <window-id> -remote ñ╟Ñ│Ñ▐Ñ≤Ñ╔ñ≥┴≈ñδ X ѪÑúÑ≤Ñ╔Ѫñ╬ ID\n ñ≥╗╪─Ωñ╖ñ▐ñ╣; ╗╪─Ωñ╖ñ╩ñññ╚ñ¡ñ╧íó║╟╜Θñ╦╕½ñ─\n ñ½ñ├ñ┐ѪÑúÑ≤Ñ╔Ѫñ¼╗╚═╤ñ╡ñ∞ñ▐ñ╣íú\n -raise -remote Ñ│Ñ▐Ñ≤Ñ╔ñ╦ñΦñ├ñ╞ѪÑúÑ≤Ñ╔Ѫñ¼╝½╞░┼¬\n ñ╦░∞╚╓╛σñ╦ñ»ñδñΦñªñ╦ñ╖ñ▐ñ╣íú\n (╔╕╜α└▀─Ωñ╟ñ╣íú)\n -noraise -raiseñ╚╚┐┬╨ñ╬╞░║εñ≥ñ╖ñ▐ñ╣: -remote\n Ñ│Ñ▐Ñ≤Ñ╔ñ╦ñΦñ├ñ╞ѪÑúÑ≤Ñ╔Ѫñ¼╝½╞░┼¬ñ╦░∞╚╓\n ╛σñ╦ñ│ñ╩ñññΦñªñ╦ñ╖ñ▐ñ╣íú\n\n Ñ╣ÑñÑ├Ñ┴ñ╟ñ╧ñ╩ññ░·┐⌠ñ╧íó╞╔ñ▀╣■ñαÑ╒ÑíÑñÑδñ½URLñ╚▓≥╝ßñ╡ñ∞ñ▐ñ╣íú\n\n ñ█ñ╚ñ≤ñ╔ñ╬ѽÑ╣Ñ┐Ñ▐ÑñÑ║ñ╧ѬÑ╫Ñ╖ÑτÑ≤ ÑßÑ╦Ñσí╝ñ≥╗╚ñ├ñ╞╣╘ñ╩ñªñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú\n\n
*strings.8087:%s: Ñ╫ÑφÑ░ÑΘÑαñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╧ %s ñ╟ñ╣ñ¼íóÑΩÑ╜í╝Ñ╣ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╧ %s ñ╟ñ╣íú\n\n ╔╘┼¼┼÷ñ╩ `%s' Ñ╒ÑíÑñÑδñ¼Ñ╖Ñ╣Ñ╞Ñα Ñ∩ÑñÑ╔ñ╬ app-defaults \n Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ½íóÑ█í╝Ñα Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦┬╕║▀ñ╖ñ▐ñ╣íú╝íñ╬┤─╢¡╩╤┐⌠ñ╬├═ñ╚\n ╗╪ñ╖ñ╞ñññδÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥─┤ñ┘ñ╞▓╝ñ╡ññ:\n\n $XAPPLRESDIR\n $XFILESEARCHPATH\n $XUSERFILESEARCHPATH\n\n Ñ█í╝Ñα Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩíóñ▐ñ┐ñ╧ /usr/lib ñ╩ñ╔ñ╬▓╝ñ╦ñóñδ `app-defaults'\n ñ╚ñññªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦ñóñδñ│ñ╬Ñ╒ÑíÑñÑδñΓ─┤ñ┘ñ╞▓╝ñ╡ññíú
*strings.8088:%s: ÑΩÑ╜í╝Ñ╣ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú\n\n ╔╘┼¼┼÷ñ╩ `%s' Ñ╒ÑíÑñÑδñ¼ app-defaults Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦\n ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╡ñ∞ñ╞ñññ▐ñ╣íú╝íñ╬┤─╢¡╩╤┐⌠ñ╬├═ñ╚╗╪ñ╖ñ╞ñññδ\n Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥─┤ñ┘ñ╞▓╝ñ╡ññ:\n\n $XAPPLRESDIR\n $XFILESEARCHPATH\n $XUSERFILESEARCHPATH\n\n Ñ█í╝Ñα Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩíóñ▐ñ┐ñ╧ /usr/lib ñ╩ñ╔ñ╬▓╝ñ╦ñóñδ `app-defaults'\n ñ╚ñññªÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╦ñóñδñ│ñ╬Ñ╒ÑíÑñÑδñΓ─┤ñ┘ñ╞▓╝ñ╡ññíú
*strings.8089:%s: ╔╘└╡ñ╩Ñ╕ѬÑßÑ╚ÑΩñ╟ñ╣íú\n\n ñ¬ñ╜ñΘñ» "%s*geometry: %s" ñ½ "%s*geometry: %s"\n ñ¼ÑΩÑ╜í╝Ñ╣ Ñ╟í╝Ñ┐Ñ┘í╝Ñ╣ñ╟└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╣íú"*geometry" ñ≥└▀─Ωñ╣ñδñ╚\n ñ╜ñ∞ñ¼█ú╦µñ╩ñ┐ñßñ╦ %s (ñΣ┬┐ñ»ñ╬┬╛ñ╬ X ñ╬Ñ╫ÑφÑ░ÑΘÑα)ñ¼└╡╛∩ñ╦╞░║εñ╖ñ╩ññ\n ▓─╟╜└¡ñ¼ñóñΩñ▐ñ╣íúñ½ñ∩ñΩñ╦ ".geometry"ñ≥╗╚═╤ñ╖ñ╞▓╝ñ╡ññíú\n
*strings.8090:%s: ѬÑ╫Ñ╖ÑτÑ≤ñ¼└╡ñ╖ñ»ñóñΩñ▐ñ╗ñ≤ "%s"\n
*strings.8091:%s Ñ╒ÑíÑñÑδ %s\nñ¼╚»╕½ñ╡ñ∞ñ▐ñ╖ñ┐íú\n
*strings.8092:\n┬╛ñ╬ѵí╝Ñ╢í╝ñ¼ %s ñ≥ %s\nÑ╒ÑíÑñÑδñ≥╗╚ñ├ñ╞╝┬╣╘ñ╖ñ╞ñññδñΦñªñ╟ñ╣íú\n
*strings.8093:ñ¬ñ╜ñΘñ»Ñ█Ñ╣Ñ╚ %s ╛σñ╟\nÑ╫ÑφÑ╗Ñ╣-ID %u ñ╟╝┬╣╘ñ╡ñ∞ñ╞ñññ▐ñ╣íú\n
*strings.8094:\n%s ñ≥╗╚═╤ñ╖┬│ñ▒ñδñ│ñ╚ñΓñ╟ñ¡ñ▐ñ╣ñ¼íó\nÑ╟ÑúÑ╣ѻѡÑπÑ├Ñ╖Ñσíó┬τ░Φ═·╬≥ñ¬ñΦñ╙\n╕─┐═╛┌╠└╜±ñ╧═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú\n
*strings.8095:\nñ▐ñ┐ñ╧íó╝Φ╛├ñ≥┴¬┬≥ñ╖┬╛ñ╬ %s Navigator\nñ¼╝┬╣╘├µñ╟ñ╩ñññ│ñ╚ñ≥│╬╟ºñ╖ñ╞íó\nÑ╒ÑíÑñÑδ %s ñ≥║∩╜ⁿñ╖\n%s ñ≥║╞╡»╞░ñ╖ñ╞▓╝ñ╡ññíú
*strings.8096:%s: %s ñ╧┬╕║▀ñ╖ñ▐ñ╣ñ¼Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╧ñóñΩñ▐ñ╗ñ≤ñ╟ñ╖ñ┐íú\n╕┼ññÑ╒ÑíÑñÑδñ╬╠╛┴░ñ≥ %s ñ╦╩╤╣╣ñ╖ñ╞\nÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║ε└«ñ╖ñ▐ñ╖ñ┐íú\n\n
*strings.8097:%s: %s ñ╧┬╕║▀ñ╖ñ▐ñ╣ñ¼Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╧ñ╩ñ»íó\n╠╛┴░ñ≥╩╤╣╣ñ╣ñδñ│ñ╚ñΓñ╟ñ¡ñ▐ñ╗ñ≤!\n╛π│▓ñ╦ñ╩ñ├ñ╞ñññδñ│ñ╬Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ╞▓╝ñ╡ññíú\n\n
*strings.8098:%s: Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩ `%s' ñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú\n%s\nñ│ñ╬Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥║ε└«ñ╖ñ╞▓╝ñ╡ññíú\n\n
*strings.8099:╠ñ─Ω╡┴ñ╬Ñ¿ÑΘí╝
*strings.8100:Ñ¿ÑΘí╝ ║ε└« %s
*strings.8101:Ñ¿ÑΘí╝ ╜±ñ¡╣■ñ▀ %s
*strings.8102:ñ│ñ╬Ñ╨í╝Ñ╕ÑτÑ≤ñ╬ %s ñ¼╗╚═╤ñ╣ñδ└▀─ΩÑ╒ÑíÑñÑδñ╧░╩┴░ñ╬Ñ╨í╝Ñ╕ÑτÑ≤\nñ╬ñΓñ╬ñ╚ñ╧╠╛┴░ñ¼░█ñ╩ñΩñ▐ñ╣íúÑ╒ÑíÑñÑδ╖┴╝░ñ¼╞▒ñ╕└▀─ΩÑ╒ÑíÑñÑδñ╧\n┐╖ñ╖ññ╠╛┴░ñ╦Ñ│Ñ╘í╝ñ╡ñ∞ñ▐ñ╖ñ┐ñ¼íó░█ñ╩ñδñΓñ╬ñ╧╔¼═╫ñ╦▒■ñ╕ñ╞\n║ε└«ñ╡ñ∞ñ▐ñ╣íú\n%s\n\n╕┼ññÑ╒ÑíÑñÑδñ≥║∩╜ⁿñ╖ñ▐ñ╣ñ½?
*strings.8103:\n(ñ¬ñ╜ñΘñ»╡≡┬τñ╩)Ñ╟ÑúÑ╣Ñ» Ñ¡ÑπÑ├Ñ╖Ñσ Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥┤▐ñ≤ñ└\n╕┼ññÑ╒ÑíÑñÑδñ¼╗─ñ├ñ╞ñññ▐ñ╣íú
*strings.8104:╕┼ññÑ╒ÑíÑñÑδñ¼╗─ñ├ñ╞ñññ▐ñ╣íú
*strings.8105:┴┤╚╠
*strings.8106:Ñ╤Ñ╣Ñ∩í╝Ñ╔
*strings.8107:╕─┐═╛┌╠└╜±
*strings.8108:Ñ╡ÑñÑ╚╛┌╠└╜±
*strings.8109:Ñ┴ѺÑ├Ñ» %s (╗─ñΩ %d)\n%d%% ╜¬╬╗\n\n═╜┬¼ñ╡ñ∞ñδ╗─ñΩ╗■┤╓: %s\n(╗─ñΩ╗■┤╓ñ╧┴¬┬≥ñ╖ñ┐Ñ╡ÑñÑ╚ñΣÑ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬╛⌡╢╖ñ╦\n▒■ñ╕ñ╞╩╤▓╜ñ╖ñ▐ñ╣íú)
*strings.8110:Ñ┴ѺÑ├Ñ»├µ... (╗─ñΩ %d)\n%d%% ╜¬╬╗\n\n═╜┬¼ñ╡ñ∞ñδ╗─ñΩ╗■┤╓: %s\n(╗─ñΩ╗■┤╓ñ╧┴¬┬≥ñ╖ñ┐Ñ╡ÑñÑ╚ñΣÑ═Ñ├Ñ╚Ñ∩í╝Ñ»ñ╬╛⌡╢╖ñ╦\n▒■ñ╕ñ╞╩╤▓╜ñ╖ñ▐ñ╣íú)
*strings.8111:Re:
*strings.8112:%d ╕─ñ╬ñ╖ñ¬ñΩñ≥Ñ┴ѺÑ├Ñ»ñ╖ñ▐ñ╖ñ┐íú\n%d ╖∩ñ╬╩╕╜±ñ╦└▄┬│ñ╖ñ▐ñ╖ñ┐íú\n%d ╖∩ñ╬╩╕╜±ñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ┐ñ╬ñ╟Ñ▐í╝Ñ»ñ╖ñ▐ñ╖ñ┐íú
*strings.8115:"%s" ñ╧Ñ╣Ñ╞í╝Ñ┐Ñ╣ %d ñ╟╜¬╬╗ñ╖ñ▐ñ╖ñ┐
*strings.8116:%s: Motif keysym ñ¼ñ¬ñ╜ñΘñ»─Ω╡┴ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\n ─╠╛∩íó┼¼└┌ñ╩ XKeysymDB Ñ╒ÑíÑñÑδñ¼╕½ñ─ñ½ñΘñ╩ñññ│ñ╚ñ╦ñΦñ├ñ╞╡»ñ│ñΩñ▐ñ╣íú\n └╡ñ╖ññ keysym ñ╬ñóñδÑ╒ÑíÑñÑδñ╬╛∞╜Ωñ≥íó┤─╢¡╩╤┐⌠ $XKEYSYMDB \n ñ╟╗╪─Ωñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú\n\n └╡ñ╖ññ XKeysymDB ñ¼ñ╩ñññ╚íó╖┘╣≡ñ¼╚»└╕ñ╖ñ┐ñΩíó\n Ñ¡í╝Ñ▄í╝Ñ╔ÑóÑ»Ñ╗ÑΘÑ∞í╝Ñ┐ñ¼╗╚ñ¿ñ╩ñ»ñ╩ñδñ│ñ╚ñ╦ñ╩ñΩñ▐ñ╣íú\n\n (┼¼└┌ñ╩ XKeysymDB Ñ╒ÑíÑñÑδñ¼ %s ñ╬╟█╔█╩¬ñ╬├µñ╦\n ┤▐ñ▐ñ∞ñ╞ñññ▐ñ╣íú)\n\n
*strings.8117:%s: ñññ»ñ─ñ½ñ╬ Motif keysym ñ¼ñ¬ñ╜ñΘñ»─Ω╡┴ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\n\n ─╠╛∩íó┼¼└┌ñ╩ XKeysymDB Ñ╒ÑíÑñÑδñ¼╕½ñ─ñ½ñΘñ╩ñññ│ñ╚ñ╦ñΦñ├ñ╞╡»ñ│ñΩñ▐ñ╣íú\n └╡ñ╖ññ keysym ñ╬ñóñδÑ╒ÑíÑñÑδñ╬╛∞╜Ωñ≥íó┤─╢¡╩╤┐⌠ $XKEYSYMDB \n ñ╟╗╪─Ωñ╣ñδñ│ñ╚ñ¼ñ╟ñ¡ñ▐ñ╣íú\n\n └╡ñ╖ññ XKeysymDB ñ¼ñ╩ñññ╚íó╖┘╣≡ñ¼╚»└╕ñ╖ñ┐ñΩíó\n Ñ¡í╝Ñ▄í╝Ñ╔ÑóÑ»Ñ╗ÑΘÑ∞í╝Ñ┐ñ¼╗╚ñ¿ñ╩ñ»ñ╩ñδñ│ñ╚ñ╦ñ╩ñΩñ▐ñ╣íú\n\n (┼¼└┌ñ╩ XKeysymDB Ñ╒ÑíÑñÑδñ¼ %s ñ╬╟█╔█╩¬ñ╬├µñ╦\n ┤▐ñ▐ñ∞ñ╞ñññ▐ñ╣íú)\n\n
*strings.8118:Ñ╙Ñ╕ÑσÑóÑδ 0x%02x ñ╧ %s %d Ñ╙Ñ├Ñ╚ %s Ñ╙Ñ╕ÑσÑóÑδñ╟ñ╣íú\nÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ╩ññÑ╙Ñ╕ÑσÑóÑδñ╟ñ╣; ▓Φ┴ⁿ %s.\n\n╕╜║▀Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññδÑ╙Ñ╕ÑσÑóÑδ:\n\n StaticGray, ñ╣ñ┘ñ╞ñ╬Ñ╟Ñ╫Ñ╣\n GrayScale, ñ╣ñ┘ñ╞ñ╬Ñ╟Ñ╫Ñ╣\n TrueColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n DirectColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n StaticColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n PseudoColor, Ñ╟Ñ╫Ñ╣8ñ╬ñ▀\n\n╛σñ╬Ñ╙Ñ╕ÑσÑóÑδñ╬ñªñ┴╩ú┐⌠ñ╬ñΓñ╬ñ¼═°═╤▓─╟╜ñ╩ñΘñ╨\n(`xdpyinfo'ñ≥╕µ═≈▓╝ñ╡ññ)íó`-visual'Ñ│Ñ▐Ñ≤Ñ╔ÑΘÑñÑ≤ ѬÑ╫Ñ╖ÑτÑ≤\nñ╟╗╪─Ωñ╖ñ╞ %s ñ≥╡»╞░ñ╣ñδñ│ñ╚ñ≥ñ¬ñ╣ñ╣ñßñ╖ñ▐ñ╣íú\n\nñΦñΩ┬┐ñ»ñ╬Ñ╙Ñ╕ÑσÑóÑδñ¼╛¡═ΦÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñδ═╜─Ωñ╟ñ╣;\nÑΩѻѿÑ╣Ñ╚ñ≥ñ¬┬╘ñ┴ñ╖ñ╞ñññ▐ñ╣íú
*strings.8119:Ñ╙Ñ╕ÑσÑóÑδ 0x%02x ñ╧ %s %d Ñ╙Ñ├Ñ╚ %s Ñ╙Ñ╕ÑσÑóÑδñ╟ñ╣íú\nÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ╩ññÑ╙Ñ╕ÑσÑóÑδñ╟ñ╣; ▓Φ┴ⁿ %s.\n\n╕╜║▀Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññδÑ╙Ñ╕ÑσÑóÑδ:\n\n StaticGray, ñ╣ñ┘ñ╞ñ╬Ñ╟Ñ╫Ñ╣\n GrayScale, ñ╣ñ┘ñ╞ñ╬Ñ╟Ñ╫Ñ╣\n TrueColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n StaticColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n PseudoColor, Ñ╟Ñ╫Ñ╣8ñ╬ñ▀\n\n╛σñ╬Ñ╙Ñ╕ÑσÑóÑδñ╬ñªñ┴╩ú┐⌠ñ╬ñΓñ╬ñ¼═°═╤▓─╟╜ñ╩ñΘñ╨\n(`xdpyinfo'ñ≥╕µ═≈▓╝ñ╡ññ)íó`-visual'Ñ│Ñ▐Ñ≤Ñ╔ÑΘÑñÑ≤ ѬÑ╫Ñ╖ÑτÑ≤\nñ╟╗╪─Ωñ╖ñ╞ %s ñ≥╡»╞░ñ╣ñδñ│ñ╚ñ≥ñ¬ñ╣ñ╣ñßñ╖ñ▐ñ╣íú\n\nñΦñΩ┬┐ñ»ñ╬Ñ╙Ñ╕ÑσÑóÑδñ¼╛¡═ΦÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñδ═╜─Ωñ╟ñ╣;\nÑΩѻѿÑ╣Ñ╚ñ≥ñ¬┬╘ñ┴ñ╖ñ╞ñññ▐ñ╣íú
*strings.8120:Ñ╙Ñ╕ÑσÑóÑδ 0x%02x ñ╧ %s %d Ñ╙Ñ├Ñ╚ %s Ñ╙Ñ╕ÑσÑóÑδñ╟ñ╣íú\nÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ╩ññÑ╙Ñ╕ÑσÑóÑδñ╟ñ╣; ▓Φ┴ⁿ %s.\n\n╕╜║▀Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññδÑ╙Ñ╕ÑσÑóÑδ:\n\n StaticGray, ñ╣ñ┘ñ╞ñ╬Ñ╟Ñ╫Ñ╣\n TrueColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n DirectColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n StaticColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n PseudoColor, Ñ╟Ñ╫Ñ╣8ñ╬ñ▀\n\n╛σñ╬Ñ╙Ñ╕ÑσÑóÑδñ╬ñªñ┴╩ú┐⌠ñ╬ñΓñ╬ñ¼═°═╤▓─╟╜ñ╩ñΘñ╨\n(`xdpyinfo'ñ≥╕µ═≈▓╝ñ╡ññ)íó`-visual'Ñ│Ñ▐Ñ≤Ñ╔ÑΘÑñÑ≤ ѬÑ╫Ñ╖ÑτÑ≤\nñ╟╗╪─Ωñ╖ñ╞ %s ñ≥╡»╞░ñ╣ñδñ│ñ╚ñ≥ñ¬ñ╣ñ╣ñßñ╖ñ▐ñ╣íú\n\nñΦñΩ┬┐ñ»ñ╬Ñ╙Ñ╕ÑσÑóÑδñ¼╛¡═ΦÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñδ═╜─Ωñ╟ñ╣;\nÑΩѻѿÑ╣Ñ╚ñ≥ñ¬┬╘ñ┴ñ╖ñ╞ñññ▐ñ╣íú
*strings.8121:Ñ╙Ñ╕ÑσÑóÑδ 0x%02x ñ╧ %s %d Ñ╙Ñ├Ñ╚ %s Ñ╙Ñ╕ÑσÑóÑδñ╟ñ╣íú\nÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñ╞ñññ╩ññÑ╙Ñ╕ÑσÑóÑδñ╟ñ╣; ▓Φ┴ⁿ %s.\n\n╕╜║▀Ñ╡Ñ▌í╝Ñ╚ñ╖ñ╞ñññδÑ╙Ñ╕ÑσÑóÑδ:\n\n StaticGray, ñ╣ñ┘ñ╞ñ╬Ñ╟Ñ╫Ñ╣\n TrueColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n StaticColor, Ñ╟Ñ╫Ñ╣8░╩╛σ\n PseudoColor, Ñ╟Ñ╫Ñ╣8ñ╬ñ▀\n\n╛σñ╬Ñ╙Ñ╕ÑσÑóÑδñ╬ñªñ┴╩ú┐⌠ñ╬ñΓñ╬ñ¼═°═╤▓─╟╜ñ╩ñΘñ╨\n(`xdpyinfo'ñ≥╕µ═≈▓╝ñ╡ññ)íó`-visual'Ñ│Ñ▐Ñ≤Ñ╔ÑΘÑñÑ≤ ѬÑ╫Ñ╖ÑτÑ≤\nñ╟╗╪─Ωñ╖ñ╞ %s ñ≥╡»╞░ñ╣ñδñ│ñ╚ñ≥ñ¬ñ╣ñ╣ñßñ╖ñ▐ñ╣íú\n\nñΦñΩ┬┐ñ»ñ╬Ñ╙Ñ╕ÑσÑóÑδñ¼╛¡═ΦÑ╡Ñ▌í╝Ñ╚ñ╡ñ∞ñδ═╜─Ωñ╟ñ╣;\nÑΩѻѿÑ╣Ñ╚ñ≥ñ¬┬╘ñ┴ñ╖ñ╞ñññ▐ñ╣íú
*strings.8122:ñ╧ÑΓÑ╬Ñ»Ñφñ╟\n╔╜╝¿ñ╡ñ∞ñ▐ñ╣
*strings.8123:ñ╧ñ¬ñ╜ñΘñ»└╡ñ╖ñ»ñóñΩñ▐ñ╗ñ≤
*strings.8124:╔╜╝¿
*strings.8125:ñ╖ñ¬ñΩ(K)
*strings.8126:╟█┐º
*strings.8127:Ñ╒Ñ⌐Ñ≤Ñ╚
*strings.8128:ÑóÑ╫ÑΩÑ▒í╝Ñ╖ÑτÑ≤
*strings.8155:Ñ╪ÑδÑ╤í╝
*strings.8129:▓Φ┴ⁿ
*strings.8130:╕└╕∞
*strings.8131:Ñ¡ÑπÑ├Ñ╖Ñσ
*strings.8132:└▄┬│
*strings.8133:Ñ╫ÑφÑ»Ñ╖
*strings.8135:║ε└«
*strings.8136:Ñ╡í╝Ñ╨í╝
*strings.8137:╕─┐═╛≡╩≤
*strings.8138:╣╜└«
*strings.8139:Ñ╒Ñ∞í╝Ñαñ≥Ñßí╝Ñδñ╟┴≈┐«
*strings.8140:╩╕╜±ñ≥Ñßí╝Ñδñ╟┴≈┐«(D)
*strings.8141:Netscape Ñßí╝Ñδ(M)
*strings.8142:Netscape Ñ╦Ñσí╝Ñ╣
*strings.8143:ÑóÑ╔Ñ∞Ñ╣─ó(A)
*strings.8144:X ÑΩÑ╜í╝Ñ╣ñ¼└╡ñ╖ñ»ÑñÑ≤Ñ╣Ñ╚í╝Ñδñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤!
*strings.8145:<< ╢⌡ >>
*strings.8146:Ñ¿ÑΘí╝ Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬╩▌┬╕
*strings.8147:╝┬┴⌡ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*strings.8148:%s: ~ѵí╝Ñ╢í╝╠╛/ ñ╚ñññª╜±ñ¡╩²ñ╧└▀─ΩÑ╒ÑíÑñÑδñ╬├µñ╟ñ╧╗╚═╤ñ╟ñ¡ñ▐ñ╗ñ≤íú~/ ñ╬ñ▀ñ╟ñ╣íú\n
*strings.8149:%s: ╔╘└╡ñ╩Ñ╙Ñ╕ÑσÑóÑδñ╟ñ╣íú "%s"\n
*strings.8150:%s: ID 0x%x ñ╬Ñ╙Ñ╕ÑσÑóÑδñ╧ñóñΩñ▐ñ╗ñ≤íú\n
*strings.8151:%s: Ñ»ÑΘÑ╣ %s ñ╬Ñ╙Ñ╕ÑσÑóÑδñ╧ñóñΩñ▐ñ╗ñ≤íú\n
*strings.8152:\n\n<< ╔╕╜αÑ¿ÑΘí╝ñ╬┐╟├╟ñ╧╛╩╬¼ñ╡ñ∞ñ▐ñ╖ñ┐ >>
*strings.8153:Ñ¿ÑΘí╝ Ñ╤ÑñÑ╫║ε└«:
*strings.8156:┴≈┐«Ñ╚Ñ∞Ñññ╦ 1 ╖∩ñ╬╠ñ┴≈┐«ÑßÑ├Ñ╗í╝Ñ╕ñ¼ñóñΩñ▐ñ╣íú\n┴≈┐«ñ╖ñ▐ñ╣ñ½?\n
*strings.8157:┴≈┐«Ñ╚Ñ∞Ñññ╦ %d ╖∩ñ╬╠ñ┴≈┐«ÑßÑ├Ñ╗í╝Ñ╕ñ¼ñóñΩñ▐ñ╣íú\n┴≈┐«ñ╖ñ▐ñ╣ñ½?\n
*strings.8158:``Ñ╡í╝Ñ╨í╝ñ╦╗─ñ╣'' ѬÑ╫Ñ╖ÑτÑ≤ñ╧POP3Ñ╡í╝Ñ╨í╝ñ≥╗╚═╤\nñ╣ñδñ╚ñ¡ñ╬ñ▀═°═╤▓─╟╜ñ╟íóÑφí╝ѽÑδ Ñßí╝Ñδ Ñ╣Ñ╫í╝Ñδ\nÑ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ≥╗╚═╤ñ╣ñδñ╚ñ¡ñ╧═°═╤ñ╟ñ¡ñ▐ñ╗ñ≤íúÑßí╝Ñδ\nñ≥╗╚═╤ñ╣ñδñ╦ñ╧ñ▐ñ║íóÑßí╝Ñδñ╚Ñ╦Ñσí╝Ñ╣ñ╬└▀─Ωñ╬Ñ╡í╝Ñ╨í╝\nÑ╤Ñ═Ñδñ╟ѬÑ╫Ñ╖ÑτÑ≤ñ≥╩╤╣╣ñ╖ñ╞▓╝ñ╡ññíú
*strings.8159:╠ßñδ(B)
*strings.8160:Ñ╒Ñ∞í╝Ñα╞Γñ╟╠ßñδ(B)
*strings.8161:┐╩ñα(F)
*strings.8162:Ñ╒Ñ∞í╝Ñα╞Γñ╟┐╩ñα(F)
*strings.8163:$MAIL ┤─╢¡╩╤┐⌠ñ≥Ñßí╝Ñδ Ñ╣Ñ╫í╝Ñδ Ñ╒ÑíÑñÑδñ╬\n╛∞╜Ωñ╦Ñ╗Ñ├Ñ╚ñ╖ñ╞▓╝ñ╡ññíú
*strings.8164:┐╖ñ╖ññÑßÑ├Ñ╗í╝Ñ╕ñ╧ñóñΩñ▐ñ╗ñ≤íú
*strings.8165:ѵí╝Ñ╢í╝─Ω╡┴
*strings.8166:ñ╜ñ╬┬╛
*strings.8167:couldn't fork() for external message delivery
*strings.8168:Ñ╒ÑíÑñÑδ %s ñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú
*strings.8169:%s ñ¼┬╕║▀ñ╖ñ▐ñ╗ñ≤íú
*strings.8170:%s ñ╧Ñ╟ÑúÑ∞Ñ»Ñ╚ÑΩñ╟ñ╣íú
*strings.8171:ÑφÑ├Ñ» Ñ╒ÑíÑñÑδñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú
*strings.8172:Netscape.lock Ñ╒ÑíÑñÑδñ¼│½ñ▒ñ▐ñ╗ñ≤íú
*strings.8173:Netscape.lock Ñ╒ÑíÑñÑδñ¼╜ñ└╡ñ╡ñ∞ñ╞ñññ▐ñ╣íú
*strings.8174:ÑφÑ├Ñ» Ñ╒ÑíÑñÑδñ╬Ñ╡ÑñÑ║ñ¼ñ∩ñ½ñΩñ▐ñ╗ñ≤íú
*strings.8175:Netscape.lock Ñ╟í╝Ñ┐ñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú
*strings.8176:ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ Ñ╒ÑíÑñÑδñ≥│½ñ▒ñ▐ñ╗ñ≤íú
*strings.8177:ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ Ñ╒ÑíÑñÑδñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣íú\n╔╕╜αñ╬ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
*strings.8178:ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ Ñ╒ÑíÑñÑδ Ñ╡ÑñÑ║ñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú\n╔╕╜αñ╬ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
*strings.8179:ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ñ╬┐º┐⌠ñ≥╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú\n╔╕╜αñ╬ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
*strings.8180:ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ñ╬┐ºñ¼╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú\n╔╕╜αñ╬ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
*strings.8181:ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ñ╬Ñ╒Ñ∞í╝Ñαñ¼╞╔ñ▀╣■ñßñ▐ñ╗ñ≤íú\n╔╕╜αñ╬ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ñ≥╗╚═╤ñ╖ñ▐ñ╣íú
*strings.8182:ÑóÑ╦Ñßí╝Ñ╖ÑτÑ≤ Ñ╒ÑíÑñÑδñ╬╜¬ñ∩ñΩñ╬Ñ╨ÑñÑ╚┐⌠ñ≥▒█ñ¿ñ┐ñ╚ñ│ñφñ≥╠╡╗δñ╖ñ▐ñ╣íú
*strings.8183:╩╕╜±ñ╬╩╤╣╣┼└ñ≥Ñ┴ѺÑ├Ñ»:
*strings.8184:╩╕╗·
*strings.8185:ÑΩÑ≤Ñ»
*strings.8186:├╩═ε
*strings.8187:▓Φ┴ⁿ
*strings.8188:Ñ╒Ñ∞í╝Ñαñ╬║╞╔┴▓Φ
*strings.8189:║╞╔┴▓Φ(F)
*strings.8190:Netscape Mail: %.900s
*strings.8191:Netscape News: %.900s
*strings.8192:Netscape: %.900s
*strings.8193:Ñ╫ÑφÑ╚Ñ│Ñδ
*strings.8194:╕└╕∞
*strings.8195:Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬╩╤╣╣
*strings.8196:Ñ╤Ñ╣Ñ∩í╝Ñ╔ñ╬└▀─Ω
*strings.8197:Plug-In ñ╩ñ╖
*strings.8198:Movemail ñ≥┬│ñ▒ñδ
*strings.8199:Movemail ñ≥╝Φ╛├
*strings.8200:Netscape ñ╧Ñßí╝Ñδñ≥ %s ñ½ñΘ\n%s/Inbox ñ╪░▄╞░ñ╖ñ▐ñ╣íú\n\nÑßÑñÑδñ╬░▄╞░ñ¼íó %s ñ╦ñ╣ñ╟ñ╦\n╞╔ñ≤ñ└Ñßí╝Ñδñ≥╗─ñ╖ñ╞ñ¬ñ»ñΦñªñ╩ÑßÑñÑΘñ╬\n╛π│▓ñ╦ñ╩ñδñ½ñΓñ╖ñ∞ñ▐ñ╗ñ≤íú
*strings.8201:ñ│ñ╬╖┘╣≡ñ≥╝í▓≤ñΓ╔╜╝¿ñ╣ñδ
*strings.8202:Netscape Editor: %.900s
*strings.8203:Netscape
*strings.8204:Unknown:Prompt User
*strings.8205:Ñ╟ÑúÑ╣Ñ»ñ╦╩▌┬╕
*strings.8206:Plug In : %s
*strings.8207:MIME Ñ┐ÑñÑ╫ñ╧╢⌡ñ╦ñ╖ñ╩ñññ╟▓╝ñ╡ññíú
*strings.8208:└Γ╠└|╞░║ε
*strings.8209:┐╖ñ╖ññÑßí╝Ñδñ≥╝⌡ñ▒╝Φñ∞ñ▐ñ╗ñ≤; ÑφÑ├Ñ» Ñ╒ÑíÑñÑδ %s ñ¼┬╕║▀ñ╖ñ▐ñ╣íú
*strings.8210:Plug-In %s ñ¼ñóñΩñ▐ñ╗ñ≤íúÑ┐ÑñÑ╫ %s ñ╧Ñ╟ÑúÑ╣Ñ»ñ╦╩▌┬╕ñ╣ñδñΦñªñ╦╠ßñ╖ñ▐ñ╣íú\n
*strings.8211:Ñ¿ÑΘí╝: %s\nPlug-In %s ñ¼Ñφí╝Ñ╔ñ╟ñ¡ñ▐ñ╗ñ≤íú╠╡╗δñ╖ñ▐ñ╣íú\n
*strings.8212:MIME Ñ┐ÑñÑ╫ %s ñ╬ñ┐ñßñ╬ Plug-In ñ╧░█ñ╩ñδ└Γ╠└ñ▐ñ┐ñ╧│╚─Ñ╗╥ñ≥╗╪─Ωñ╖ñ╞ñññ▐ñ╣íú\n\n └Γ╠└ = "%s"\n │╚─Ñ╗╥ = "%s"\n\nñ│ñ╬└Γ╠└ñΣ│╚─Ñ╗╥ñ≥╗╪─Ωñ╖ñ╞ñññδ Plug-In ñ≥╗╚═╤ñ╖ñ▐ñ╣ñ½?
*strings.8213:ѬÑ╫Ñ╖ÑτÑ≤ñ╬╩▌┬╕ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐íú
*strings.8214:ñññ»ñ─ñ½ñ╬├═ñ¼╚╧░╧ñ≥▒█ñ¿ñ╞ñññ▐ñ╣:
*strings.8215:╝íñ╬├═ñ¼╚╧░╧ñ≥▒█ñ¿ñ╞ñññ▐ñ╣:
*strings.8216:╣╘┐⌠ñ╧ 1 ñ½ñΘ 100 ñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8217:╬≤┐⌠ñ╧ 1 ñ½ñΘ 100 ñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8218:╧╚└■ñ╬╔²ñ╧ 0 ñ½ñΘ 10000 Ñ╘Ñ»Ñ╗Ñδñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8219:Ñ╗Ñδñ╬╢⌡╟≥ñ╧ 0 ñ½ñΘ 10000 Ñ╘Ñ»Ñ╗Ñδñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8220:Ñ╗Ñδñ╬═╛╟≥ñ╧ 0 ñ½ñΘ 10000 Ñ╘Ñ»Ñ╗Ñδñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8221:╔²ñ╧ 1 ñ½ñΘ 10000 Ñ╘Ñ»Ñ╗Ñδíóñ▐ñ┐ñ╧\n1 ñ½ñΘ 100% ñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8222:╣Γñ╡ñ╧ 1 ñ½ñΘ 10000 Ñ╘Ñ»Ñ╗Ñδíóñ▐ñ┐ñ╧\n1 ñ½ñΘ 100% ñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8223:╔²ñ╧ 1 ñ½ñΘ 10000 Ñ╘Ñ»Ñ╗Ñδñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8224:╣Γñ╡ñ╧ 1 ñ½ñΘ 10000 Ñ╘Ñ»Ñ╗Ñδñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8225:╢⌡╟≥ñ╧ 1 ñ½ñΘ 10000 Ñ╘Ñ»Ñ╗Ñδñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú
*strings.8226:┐╖ñ╖ññ├═ñ≥╞■╬╧ñ╖─╛ñ╖ñ╞▓╝ñ╡ññíú
*strings.8227:┐╖ñ╖ññ├═ñ≥╞■╬╧ñ╖─╛ñ╖ñ╞▓╝ñ╡ññíú
*strings.8228:ÑΩÑ≤Ñ»ñ╬Ñ╞Ñ¡Ñ╣Ñ╚ñ≥╞■╬╧ñ╖ñ╞▓╝ñ╡ññ:
*strings.8229:ÑΩÑ≤Ñ»▓Φ┴ⁿ:
*strings.8230:ÑΩÑ≤Ñ» Ñ╞Ñ¡Ñ╣Ñ╚:
*strings.8231:┴¬┬≥ñ╖ñ┐╩╕╜±ñ╦Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╧ñóñΩñ▐ñ╗ñ≤
*strings.8232:┴¬┬≥ñ╖ñ┐╩╕╜±ñ╬╠╛┴░╔╒ñ¡Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╪ñ╬ÑΩÑ≤Ñ» (ѬÑ╫Ñ╖ÑτÑ≤)
*strings.8233:║ε╢╚├µñ╬╩╕╜±ñ╬╠╛┴░╔╒ñ¡Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╪ñ╬ÑΩÑ≤Ñ» (ѬÑ╫Ñ╖ÑτÑ≤)
*strings.8234:ÑΩÑ≤Ñ»ñ≥║∩╜ⁿñ╖ñ▐ñ╣ñ½?
*strings.8235:<unknown>
*strings.8236:Ñ┐Ñ░ñ¼│½ñññ╞ñññ▐ñ╗ñ≤: '<' ñ¼ñóñΩñ▐ñ╗ñ≤
*strings.8237:Ñ┐Ñ░ñ¼╩─ñ╕ñ╞ñññ▐ñ╗ñ≤: '>' ñ¼ñóñΩñ▐ñ╗ñ≤
*strings.8238:Ñ┐Ñ░├µñ╬╩╕╗·╬≤ñ¼╜¬ñ∩ñ├ñ╞ñññ▐ñ╗ñ≤: ░·═╤╔Σñ¼ñóñΩñ▐ñ╗ñ≤
*strings.8239:Ñ┐Ñ░ñ¼┴ßñ»╩─ñ╕ñΘñ∞ñ╞ñññ▐ñ╣
*strings.8240:Ñ┐Ñ░╠╛ñ¼ñóñΩñ▐ñ╗ñ≤
*strings.8241:╠ñ─Ω╡┴Ñ┐Ñ░ Ñ¿ÑΘí╝
*strings.8242:Ñ┐Ñ░ñ╧└╡╛∩ñ╟ñ╣
*strings.8243:ñ│ñ╬╩╕╜±ñ╧Ñ╒Ñ∞í╝Ñαñ≥┤▐ñ≤ñ╟ñññ▐ñ╣íú ╕╜║▀ñ│ñ╬Ñ¿Ñ╟ÑúÑ┐ñ╧\nÑ╒Ñ∞í╝Ñαñ≥┤▐ñ≤ñ└╩╕╜±ñ≥╩╘╜╕ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8244:ñ│ñ╬╩╕╜±ñ╧í╓í┴ñ╦ñ─ñññ╞í╫ñ╬╩╕╜±ñ╟ñ╣íúÑ¿Ñ╟ÑúÑ┐ñ╟ñ╧\nñ│ñ╬╩╕╜±ñ≥╩╘╜╕ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8245:╞░║εñ≥┬│ñ▒ñδ┴░ñ╦íó╩╕╜±ñ≥Ñφí╝ѽÑδñ╦\n╩▌┬╕ñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íú
*strings.8246:╩╤╣╣ñ≥╩▌┬╕ñ╖ñ▐ñ╣ñ½:\n%.900s?
*strings.8247:Ñ¿ÑΘí╝ Ñ│í╝Ñ╔ = (%d).
*strings.8248:╕╜║▀íóÑ│Ñ╘í╝ñΣ└┌ñΩ╝ΦñΩñ╟ñ¡ñ▐ñ╗ñ≤íú╕σñ╟ñΣñΩ─╛ñ╖ñ╞▓╝ñ╡ññíú
*strings.8249:┴¬┬≥ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú
*strings.8250:┴¬┬≥╚╧░╧ñ╧╔╜ñ╬Ñ╗Ñδñ╬╢¡│ªñ≥┤▐ñ≤ñ╟ñññ▐ñ╣íú\n║∩╜ⁿñΣÑ│Ñ╘í╝ñ╧ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8251:╢⌡ñ╬Ñ│Ñ▐Ñ≤Ñ╔ñ¼╗╪─Ωñ╡ñ∞ñ▐ñ╖ñ┐!
*strings.8252:Ñ¿Ñ╟ÑúÑ┐ñ╬└▀─Ωñ╟ HTML Ñ¿Ñ╟ÑúÑ┐ñ╬Ñ│Ñ▐Ñ≤Ñ╔ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nÑ╒ÑíÑñÑδñ╬░·┐⌠ñ╧ %f ñ╟╗╪─Ωñ╖ñ▐ñ╣íúNetscape ñ╧ %f ñ≥└╡ñ╖ññ\nÑ╒ÑíÑñÑδ╠╛ñ╦├╓ñ¡┤╣ñ¿ñ▐ñ╣íú╬π:\n xterm -e vi %f\nÑ¿Ñ╟ÑúÑ┐ñ╬└▀─Ωñ╦├═ñ≥╞■╬╧ñ╖ñ▐ñ╣ñ½?
*strings.8253:ÑóÑ»Ñ╖ÑτÑ≤ Ñ╧Ñ≤Ñ╔ÑΘñ╟ñ╬╩╕╦íÑ¿ÑΘí╝: %s
*strings.8254:ÑóÑ»Ñ╖ÑτÑ≤ Ñ╧Ñ≤Ñ╔ÑΘñ╦┬╨ñ╣ñδ╔╘└╡ñ╩ѪÑúÑ≤Ñ╔Ѫ Ñ┐ÑñÑ╫: %s
*strings.8255:Modified by the Netscape Navigator Administration Kit.\nVersion: %s\nUser agent: C
*strings.8256:Ñ╟ÑúÑ╣Ñ»╛σñ╬╕─┐══╤ MIME Ñ┐ÑñÑ╫ Ñ╒ÑíÑñÑδ (%s) ñ╧╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣íú╩╤╣╣ñ≥\n╝ΦñΩ╛├ñ╖ñ╞╞╔ñ▀─╛ñ╖ñ▐ñ╣ñ½?
*strings.8257:Ñ╟ÑúÑ╣Ñ»╛σñ╬╕─┐══╤ Mailcap Ñ╒ÑíÑñÑδ (%s) ñ╧╩╤╣╣ñ╡ñ∞ñ╞ñññ▐ñ╣íú╩╤╣╣ñ≥\n╝ΦñΩ╛├ñ╖ñ╞╞╔ñ▀─╛ñ╖ñ▐ñ╣ñ½?
*strings.8258:Ñ╟ÑúÑ╣Ñ»╛σñ╬╕─┐══╤ MIME Ñ┐ÑñÑ╫ Ñ╒ÑíÑñÑδ (%s) ñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ┐ñ╬ñ╟íó╞╔ñ▀─╛ñ╖ñ▐ñ╖ñ┐íú
*strings.8259:Ñ╟ÑúÑ╣Ñ»╛σñ╬╕─┐══╤ Mailcap Ñ╒ÑíÑñÑδ (%s) ñ¼╩╤╣╣ñ╡ñ∞ñ╞ñññ┐ñ╬ñ╟íó╞╔ñ▀─╛ñ╖ñ▐ñ╖ñ┐íú
*strings.8260:Ñ¿Ñ╟ÑúÑ┐ñ╬└▀─Ωñ╟íó▓Φ┴ⁿÑ¿Ñ╟ÑúÑ┐ñ╬Ñ│Ñ▐Ñ≤Ñ╔ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nÑ╒ÑíÑñÑδñ╬░·┐⌠ñ╧ %f ñ╟╗╪─Ωñ╖ñ▐ñ╣íúNetscape ñ╧ %f ñ≥└╡ñ╖ññ\nÑ╒ÑíÑñÑδ╠╛ñ╦├╓ñ¡┤╣ñ¿ñ▐ñ╣íú╬π:\n xgifedit %f\nÑ¿Ñ╟ÑúÑ┐ñ╬└▀─Ωñ╦├═ñ≥╞■╬╧ñ╖ñ▐ñ╣ñ½?
*strings.8261:ÑΩÑΓí╝Ñ╚ñ╬╩╕╜±ñΣ▓Φ┴ⁿñ≥Ñ└ѪÑ≤Ñφí╝Ñ╔ñ╖ñ▐ñ╣íú\n├°║ε╕óñ╬ñóñδ▓Φ┴ⁿñΣ╩╕╜±ñ≥╗╚═╤ñ╣ñδ\nñ╦ñ╧╡÷▓─ñ¼╔¼═╫ñ╟ñ╣íú
*strings.8262:Ñ╒ÑíÑñÑδñ╧╜±ñ¡╣■ñ▀╔╘▓─ñ╦ñ╡ñ∞ñ╞ñññ▐ñ╣íú
*strings.8263:╕╜║▀Ñ╒ÑíÑñÑδñ╧ Ñ╓ÑφÑ├Ñ»ñ╡ñ∞ñ╞ñññ▐ñ╣íú╕σñ╟ñΣñΩ─╛ñ╖ñ╞▓╝ñ╡ññíú
*strings.8264:Ñ╒ÑíÑñÑδ URL ñ¼╔╘└╡ñ╩╜±╝░ñ╟ñ╣íú
*strings.8265:╜±ñ¡╣■ñ▀ñ╬ñ┐ñßñ╦Ñ╒ÑíÑñÑδñ≥│½ñ▒ñ▐ñ╗ñ≤íú
*strings.8266:Ñ╒ÑíÑñÑδñ╦╜±ñ¡╣■ñ▀ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8267:░∞╗■Ñ╨Ñ├Ñ»ÑóÑ├Ñ╫ Ñ╒ÑíÑñÑδñ≥║ε└«ñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8268:░∞╗■Ñ╨Ñ├Ñ»ÑóÑ├Ñ╫ Ñ╒ÑíÑñÑδñ≥║∩╜ⁿñ╟ñ¡ñ▐ñ╗ñ≤íú
*strings.8269:╩╕╜±ñ╬╩▌┬╕ñ≥┬│ñ▒ñ▐ñ╣ñ½?
*strings.8270:Ñ╒ÑíÑñÑδñ╬╩▌┬╕ñ╦Ñ¿ÑΘí╝ñ¼╚»└╕ñ╖ñ▐ñ╖ñ┐:\n%.900s
*strings.8271:┐╖╡¼╩╕╜±ñ╬Ñ╞Ñ≤Ñ╫Ñ∞í╝Ñ╚╠ε╛∞╜Ωñ¼└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nÑ¿Ñ╟ÑúÑ┐ñ╬└▀─Ωñ╦├═ñ≥╞■╬╧ñ╖ñ▐ñ╣ñ½?
*strings.8272:╝½╞░╩▌┬╕ñ╬┤╓│╓ñ╧ 0 ñ½ñΘ 600 ╩¼ñ╬┤╓ñ╟╞■╬╧ñ╖ñ╞▓╝ñ╡ññ
*strings.8273:╔╕╜αñ╬╗▓╛╚╛∞╜Ωñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íú\nÑ¿Ñ╟ÑúÑ┐ñ╬└▀─Ωñ╦├═ñ≥╞■╬╧ñ╖ñ▐ñ╣ñ½?
*strings.8274:╚»┐«└Φñ╧ "ftp://" ñ▐ñ┐ñ╧ "http://" ñ╟╗╧ñ▐ñΘñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íú\n┐╖ñ╖ññ├═ñ≥╞■╬╧ñ╖─╛ñ╖ñ╞▓╝ñ╡ññíú
*strings.8275:▓Φ┴ⁿñ╧ÑΩÑΓí╝Ñ╚ñ╬╛∞╜Ωñ╦ñóñΩñ▐ñ╣íú\n╩╘╜╕ñ╣ñδ┴░ñ╦Ñφí╝ѽÑδñ╦╩▌┬╕ñ╖ñ╞▓╝ñ╡ññíú
*strings.8276:ѽÑΘí╝Ñ▐Ñ├Ñ╫ñ≥│ΣñΩ┼÷ñ╞ñΘñ∞ñ▐ñ╗ñ≤íú
*strings.8277:ÑΩÑΓí╝Ñ╚ Ñ╡í╝Ñ╨ñ╦Ñ╒ÑíÑñÑδñ≥ÑóÑ├Ñ╫Ñφí╝Ñ╔├µ:\n%.900s
*strings.8278:Ñφí╝ѽÑδ Ñ╟ÑúÑ╣Ñ»ñ╦Ñ╒ÑíÑñÑδñ≥╩▌┬╕├µ:\n%.900s
*strings.8279:▓Φ┴ⁿÑ╒ÑíÑñÑδñ≥╞╔ñ▀╣■ñ▀├µ:\n%.900s
*strings.8280:Ñ╒ÑíÑñÑδ %d / %d
*strings.8281:Ñ╜í╝Ñ╣ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íú